mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
gtk-engines: move engine schemas to a dedicated package
The GTK+ engine schemas are not insignicant in size but also mostly useless. Put them in a sub-package instead of PN so they only get installed when explicitly required. (From OE-Core rev: 312ca574e62cb0ac5fdad4943d7ff9d457caf8e3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cd81724679
commit
39ea97470f
@@ -10,6 +10,7 @@ DEPENDS = "intltool-native gtk+"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
PACKAGES += "${PN}-schemas"
|
||||
PACKAGES_DYNAMIC += "^gtk-engine-.* ^gtk-theme-.*"
|
||||
|
||||
RDEPENDS_gtk-theme-redmond = "gtk-engine-redmond95"
|
||||
@@ -21,8 +22,10 @@ RDEPENDS_gtk-theme-thinice = "gtk-engine-thinice"
|
||||
RDEPENDS_gtk-theme-industrial = "gtk-engine-industrial"
|
||||
RDEPENDS_gtk-theme-clearlooks = "gtk-engine-clearlooks"
|
||||
|
||||
FILES_${PN} = ""
|
||||
FILES_${PN}-dev += "${libdir}/gtk-2.0/*/engines/*.la"
|
||||
FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug"
|
||||
FILES_${PN}-schemas = "${datadir}/gtk-engines/*.xml"
|
||||
|
||||
CFLAGS_prepend = "-DHAVE_ANIMATION "
|
||||
|
||||
|
||||
Reference in New Issue
Block a user