|
@@ -16,7 +16,9 @@ SRC_URI[sha256sum] = "f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a
|
|
|
|
|
|
DEPENDS = "openssl virtual/libx11 libxext jpeg zlib libxfixes libxrandr libxdamage libxtst"
|
|
DEPENDS = "openssl virtual/libx11 libxext jpeg zlib libxfixes libxrandr libxdamage libxtst"
|
|
|
|
|
|
-inherit autotools-brokensep
|
|
|
|
|
|
+inherit autotools-brokensep distro_features_check
|
|
|
|
+# depends on virtual/libx11
|
|
|
|
+REQUIRED_DISTRO_FEATURES = "x11"
|
|
|
|
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
|
PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'zeroconf', 'avahi', '', d)}"
|
|
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|
|
PACKAGECONFIG[avahi] = "--with-avahi,--without-avahi,avahi"
|