diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-03-23 15:40:47 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-03-23 10:01:49 -0700 |
commit | 8db554851f1b295e4f44cbcb020093b7aeca2e96 (patch) | |
tree | 2c3562fb6947daa0349bc9571d7aba11c816c25f /meta-oe/recipes-gnome | |
parent | 45105cb6a9bef41ede68665a3f05d3b7543e1b68 (diff) | |
download | meta-openembedded-8db554851f1b295e4f44cbcb020093b7aeca2e96.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r-- | meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb index c85366894..3456383c3 100644 --- a/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb +++ b/meta-oe/recipes-gnome/gnome-themes/gnome-themes-extra_3.28.bb | |||
@@ -7,18 +7,19 @@ LICENSE = "LGPL-2.1-only" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=2d5025d4aa3495befef8f17206a5b0a1" |
8 | 8 | ||
9 | GNOMEBASEBUILDCLASS = "autotools" | 9 | GNOMEBASEBUILDCLASS = "autotools" |
10 | GTKIC_VERSION = '3' | ||
10 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check | 11 | inherit gnomebase gettext gtk-icon-cache upstream-version-is-even features_check |
11 | 12 | ||
12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 13 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" |
13 | 14 | ||
14 | DEPENDS += "intltool-native gtk+" | 15 | DEPENDS += "intltool-native gtk+3 librsvg" |
15 | 16 | ||
16 | # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right. | 17 | # PV is 3.28 not 3.28.0, so the gnomebase SRC_URI isn't right. |
17 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" | 18 | SRC_URI = "${GNOME_MIRROR}/${BPN}/${PV}/${BPN}-${PV}.tar.xz;name=archive" |
18 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" | 19 | SRC_URI[archive.md5sum] = "f9f2c6c521948da427f702372e16f826" |
19 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" | 20 | SRC_URI[archive.sha256sum] = "7c4ba0bff001f06d8983cfc105adaac42df1d1267a2591798a780bac557a5819" |
20 | 21 | ||
21 | EXTRA_OECONF = "--disable-gtk3-engine" | 22 | EXTRA_OECONF = "--disable-gtk2-engine" |
22 | 23 | ||
23 | do_install:append() { | 24 | do_install:append() { |
24 | # Only building Adwaita, remove highcontrast files | 25 | # Only building Adwaita, remove highcontrast files |