mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
2c78fa9134
* Use cmake as build system. Projects also using cmake and depending on fltk would not find all required components. Note that FindFLTK.cmake is part of cmake. * Add a native recipe and split out common - we need fluid (Fast Light User Interface Designer) as working binary Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
17 lines
389 B
BlitzBasic
17 lines
389 B
BlitzBasic
require ${BPN}.inc
|
|
|
|
DEPENDS = "zlib-native jpeg-native libpng-native libxext-native libxft-native"
|
|
|
|
inherit native
|
|
|
|
EXTRA_OECMAKE += " \
|
|
-DOPTION_BUILD_SHARED_LIBS=OFF \
|
|
-DOPTION_USE_THREADS=OFF \
|
|
-DOPTION_USE_XDBE=OFF \
|
|
-DOPTION_USE_XFT=OFF \
|
|
-DOPTION_BUILD_EXAMPLES=OFF \
|
|
-DOPTION_USE_XINERAMA=OFF \
|
|
-DOPTION_USE_XFIXES=OFF \
|
|
-DOPTION_USE_XCURSOR=OFF \
|
|
"
|