mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 21:49:33 +02:00
gnome-desktop: Ensure we're deterministic about startup-notification dependency
Without this change we may or may not include startup-notification support. We therefore explictly include it in the dependency list. (From OE-Core rev: 8ad24306d8bc9c2fd73f4b814eb1a64c04707da5) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "GNOME library for reading .desktop files"
|
DESCRIPTION = "GNOME library for reading .desktop files"
|
||||||
SECTION = "x11/gnome"
|
SECTION = "x11/gnome"
|
||||||
LICENSE = "GPLv2 & LGPLv2"
|
LICENSE = "GPLv2 & LGPLv2"
|
||||||
DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils"
|
DEPENDS = "gconf libxrandr virtual/libx11 gtk+ glib-2.0 gnome-doc-utils startup-notification"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
|
EXTRA_OECONF = "--disable-scrollkeeper --disable-desktop-docs"
|
||||||
|
|
||||||
@@ -11,7 +11,7 @@ do_configure_prepend () {
|
|||||||
|
|
||||||
FILES_${PN} += "${datadir}/gnome-about"
|
FILES_${PN} += "${datadir}/gnome-about"
|
||||||
|
|
||||||
PR = "r2"
|
PR = "r3"
|
||||||
|
|
||||||
inherit gnome pkgconfig
|
inherit gnome pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user