diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-06 14:23:22 -0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-06 14:35:44 -0800 | 
| commit | 45c5fd8f2d6f28d135607a973756a00bfbffbb8a (patch) | |
| tree | c6d8feb45bd2544f4402f8c854b36c406e370aec | |
| parent | 1aa879c36a2002b60598afa0c8d6ad4a6584b467 (diff) | |
| download | meta-openembedded-45c5fd8f2d6f28d135607a973756a00bfbffbb8a.tar.gz | |
gfbgraph: Check for x11 distro feature
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb index b64b231b50..2b36003635 100644 --- a/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb +++ b/meta-gnome/recipes-gnome/gfbgraph/gfbgraph_0.2.4.bb | |||
| @@ -10,7 +10,10 @@ DEPENDS = " \ | |||
| 10 | gnome-online-accounts \ | 10 | gnome-online-accounts \ | 
| 11 | " | 11 | " | 
| 12 | 12 | ||
| 13 | inherit gnomebase gtk-doc gobject-introspection pkgconfig | 13 | inherit gnomebase gtk-doc gobject-introspection pkgconfig features_check | 
| 14 | |||
| 15 | # for gnome-online-accounts | ||
| 16 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 14 | 17 | ||
| 15 | SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" | 18 | SRC_URI += " file://0001-Update-rest-requirement-to-rest-1.0.patch" | 
| 16 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" | 19 | SRC_URI[archive.md5sum] = "c38af63e49f8fe8baad99537956b69ba" | 
