mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
recipes: add x11 to required DISTRO_FEATURES
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -22,7 +22,9 @@ S = "${WORKDIR}/PyQt-x11-gpl-${PV}"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
|
||||
inherit qmake2 pythonnative python-dir
|
||||
inherit qmake2 pythonnative python-dir distro_features_check
|
||||
# depends on qt4-x11-free
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
DISABLED_FEATURES = "PyQt_Desktop_OpenGL PyQt_Accessibility PyQt_SessionManager"
|
||||
|
||||
|
||||
@@ -35,7 +35,9 @@ S = "${WORKDIR}/${BPN}${PV}/unix"
|
||||
VER = "${@os.path.splitext(d.getVar('PV', True))[0]}"
|
||||
|
||||
LDFLAGS += "-Wl,-rpath,${libdir}/tcltk/${PV}/lib"
|
||||
inherit autotools
|
||||
inherit autotools distro_features_check
|
||||
# depends on virtual/libx11
|
||||
REQUIRED_DISTRO_FEATURES = "x11"
|
||||
|
||||
EXTRA_OECONF = "\
|
||||
--enable-threads \
|
||||
|
||||
Reference in New Issue
Block a user