mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Option to compile ede without efiler
This commit is contained in:
4
Jamfile
4
Jamfile
@@ -39,7 +39,7 @@ SubInclude TOP services ;
|
|||||||
SubInclude TOP edewm ;
|
SubInclude TOP edewm ;
|
||||||
SubInclude TOP ede-panel ;
|
SubInclude TOP ede-panel ;
|
||||||
|
|
||||||
# efile is not compileable on FreeBSD
|
# efiler is not compileable at all
|
||||||
if $(OS) != FREEBSD || $(FORCE_EFILER) = 1 {
|
if ! $(WITHOUT_EFILER) {
|
||||||
SubInclude TOP efiler ;
|
SubInclude TOP efiler ;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user