mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Warn if efltk wasn't found.
Added FORCE_EFILER option to force efiler compiling on FreeBSD.
This commit is contained in:
8
Jamfile
8
Jamfile
@@ -28,16 +28,18 @@ SubInclude TOP ede-image-view ;
|
||||
SubInclude TOP elma ;
|
||||
SubInclude TOP ede-launch ;
|
||||
SubInclude TOP emountd ;
|
||||
SubInclude TOP ede-panel ;
|
||||
SubInclude TOP ede-timedate ;
|
||||
SubInclude TOP ede-tip ;
|
||||
SubInclude TOP edewm ;
|
||||
SubInclude TOP evoke ;
|
||||
SubInclude TOP doc ;
|
||||
SubInclude TOP data ;
|
||||
SubInclude TOP services ;
|
||||
|
||||
# they will not be compiled if eFLTK wasn't found
|
||||
SubInclude TOP edewm ;
|
||||
SubInclude TOP ede-panel ;
|
||||
|
||||
# efile is not compileable on FreeBSD
|
||||
if $(OS) != FREEBSD {
|
||||
if $(OS) != FREEBSD || $(FORCE_EFILER) = 1 {
|
||||
SubInclude TOP efiler ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user