mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-07-20 23:07:57 +02:00
fltk-native: remove fltk-config from image
Make sure fltk-config will not be used accidentaly. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
5f6fcfd362
commit
66601de45f
@@ -14,3 +14,8 @@ EXTRA_OECMAKE += " \
|
||||
-DOPTION_USE_XFIXES=OFF \
|
||||
-DOPTION_USE_XCURSOR=OFF \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
# make sure native fltk-config is not used accidentaly
|
||||
rm -f ${D}${bindir}/fltk-config
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user