mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 04:30:00 +00:00
gnome-themes-extra: build with gtk+3
- disable gtk2 - update dependencies Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,18 +7,19 @@ LICENSE = "LGPL-2.1-only"
|
|||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1"
|
||||||
|
|
||||||
GNOMEBASEBUILDCLASS = "autotools"
|
GNOMEBASEBUILDCLASS = "autotools"
|
||||||
|
GTKIC_VERSION = '3'
|
||||||
inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check
|
inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check
|
||||||
|
|
||||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||||
|
|
||||||
DEPENDS += "intltool-native gtk+"
|
DEPENDS += "intltool-native gtk+3 librsvg"
|
||||||
|
|
||||||
# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
|
# PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right.
|
||||||
SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
|
SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive"
|
||||||
SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
|
SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826"
|
||||||
SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
|
SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-gtk3-engine"
|
EXTRA_OECONF = "--disable-gtk2-engine"
|
||||||
|
|
||||||
do_install:append() {
|
do_install:append() {
|
||||||
# Only building Adwaita, remove highcontrast files
|
# Only building Adwaita, remove highcontrast files
|
||||||
|
|||||||
Reference in New Issue
Block a user