mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Compile ede-panel conditionally.
This commit is contained in:
parent
1f96f833d9
commit
1592afab26
8
Jamfile
8
Jamfile
@ -36,11 +36,13 @@ SubInclude TOP doc ;
|
|||||||
SubInclude TOP data ;
|
SubInclude TOP data ;
|
||||||
SubInclude TOP services ;
|
SubInclude TOP services ;
|
||||||
|
|
||||||
|
# for now it is not compileable on SunStudio
|
||||||
|
if !$(SUN_COMPILER) {
|
||||||
|
SubInclude TOP ede-panel ;
|
||||||
|
}
|
||||||
|
|
||||||
# they will not be compiled if eFLTK wasn't found
|
# they will not be compiled if eFLTK wasn't found
|
||||||
SubInclude TOP edewm ;
|
SubInclude TOP edewm ;
|
||||||
#SubInclude TOP ede-panel ;
|
|
||||||
|
|
||||||
SubInclude TOP ede-panel-new ;
|
|
||||||
|
|
||||||
# efiler is not compileable at all
|
# efiler is not compileable at all
|
||||||
if $(WITH_EFILER) = 1 {
|
if $(WITH_EFILER) = 1 {
|
||||||
|
Loading…
Reference in New Issue
Block a user