mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +00:00
geary: Check for x11 in distro features
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -30,7 +30,7 @@ DEPENDS = " \
|
|||||||
|
|
||||||
RDEPENDS:${PN} = "gnome-keyring"
|
RDEPENDS:${PN} = "gnome-keyring"
|
||||||
|
|
||||||
inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala
|
inherit meson pkgconfig mime-xdg gtk-icon-cache gobject-introspection vala features_check
|
||||||
|
|
||||||
SRC_URI = " \
|
SRC_URI = " \
|
||||||
git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
|
git://github.com/GNOME/geary.git;nobranch=1;protocol=https \
|
||||||
@@ -39,7 +39,8 @@ SRC_URI = " \
|
|||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
|
SRCREV = "e561775c1580a9f60a726355b2b897bfc9cb3382"
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
|
# for gnome-online-accounts
|
||||||
|
REQUIRED_DISTRO_FEATURES = "gobject-introspection-data x11"
|
||||||
|
|
||||||
GIR_MESON_OPTION = ""
|
GIR_MESON_OPTION = ""
|
||||||
EXTRA_OEMESON = "-Dprofile=release"
|
EXTRA_OEMESON = "-Dprofile=release"
|
||||||
|
|||||||
Reference in New Issue
Block a user