summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/puzzles/puzzles_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/puzzles/puzzles_git.bb')
-rw-r--r--meta/recipes-sato/puzzles/puzzles_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-sato/puzzles/puzzles_git.bb b/meta/recipes-sato/puzzles/puzzles_git.bb
index 2c755d8df8..20b98891bb 100644
--- a/meta/recipes-sato/puzzles/puzzles_git.bb
+++ b/meta/recipes-sato/puzzles/puzzles_git.bb
@@ -23,6 +23,8 @@ S = "${WORKDIR}/git"
23 23
24inherit autotools distro_features_check pkgconfig 24inherit autotools distro_features_check pkgconfig
25 25
26CFLAGS_append = " -Wno-deprecated-declarations"
27
26PACKAGECONFIG ??= "gtk3" 28PACKAGECONFIG ??= "gtk3"
27PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+," 29PACKAGECONFIG[gtk2] = "--with-gtk=2,,gtk+,"
28PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3," 30PACKAGECONFIG[gtk3] = "--with-gtk=3,,gtk+3,"