mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
49 lines
1.4 KiB
BlitzBasic
49 lines
1.4 KiB
BlitzBasic
SUMMARY = "Window navigation construction toolkit"
|
|
LICENSE = "LGPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
|
|
inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even
|
|
|
|
DEPENDS = " \
|
|
colord \
|
|
geocode-glib \
|
|
gcr \
|
|
gnome-desktop \
|
|
libgweather4 \
|
|
lcms \
|
|
libcanberra \
|
|
geoclue \
|
|
libnotify \
|
|
upower \
|
|
libwacom \
|
|
virtual/libx11 \
|
|
"
|
|
|
|
# all these are mandatory
|
|
REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
|
|
GIR_MESON_OPTION = ""
|
|
|
|
SRC_URI[archive.sha256sum] = "bb4dc46950e2a90f38f23225848856d2a7b1b718c89d0285ce197b7016bb1dc8"
|
|
|
|
PACKAGECONFIG ??= " \
|
|
cups nm \
|
|
alsa gudev \
|
|
smartcard \
|
|
${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \
|
|
"
|
|
PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib"
|
|
PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups"
|
|
PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev"
|
|
PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanager"
|
|
PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss"
|
|
PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
|
|
|
|
def gnome_verdir(v):
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
FILES:${PN} += " \
|
|
${systemd_user_unitdir} \
|
|
${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \
|
|
"
|