diff options
| author | Kai Kang <kai.kang@windriver.com> | 2024-03-19 20:25:28 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-20 09:28:12 -0700 |
| commit | 20c74cc4e90ca8db4947e358347ade43429c5c72 (patch) | |
| tree | a6e65210e18c153ab8bc19690a21fa081bedf6fa /meta-gnome/recipes-gnome/gfbgraph | |
| parent | 4007f66b579f8b35d0707dd8f2d38269363d31aa (diff) | |
| download | meta-openembedded-20c74cc4e90ca8db4947e358347ade43429c5c72.tar.gz | |
Packages depends on libadwaita should require distro feature opengl
libadwaita requires distro feature 'opengl', so packages depends on it
either directly or indirectly should require distro feature 'opengl'
too.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gfbgraph')
| -rw-r--r-- | meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb index e9ee434add..9b1a02bb09 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.5.bb | |||
| @@ -14,7 +14,7 @@ GNOMEBASEBUILDCLASS = "autotools" | |||
| 14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check | 14 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check |
| 15 | 15 | ||
| 16 | # for gnome-online-accounts | 16 | # for gnome-online-accounts |
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | 17 | REQUIRED_DISTRO_FEATURES = "x11 opengl" |
| 18 | 18 | ||
| 19 | #SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" | 19 | #SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" |
| 20 | SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3" | 20 | SRC_URI[archive.sha256sum] = "9cb381b3f78ba1136df97af3f06e3b11dcc2ab339ac08f74eda0f8057d6603e3" |
