diff options
-rw-r--r-- | meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb index e8abc43e7..ef0329ed1 100644 --- a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb +++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | |||
@@ -4,10 +4,10 @@ SECTION = "gpe/libs" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" | 5 | LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=d8045f3b8f929c1cb29a1e3fd737b499" |
6 | 6 | ||
7 | DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender gtk-doc" | 7 | DEPENDS = "gtk+ cairo libxinerama libxcomposite libxrender" |
8 | PR = "r2" | 8 | PR = "r3" |
9 | 9 | ||
10 | inherit gpe pkgconfig autotools | 10 | inherit gpe pkgconfig autotools gtk-doc |
11 | 11 | ||
12 | SRC_URI += "file://pkgconfig.patch;striplevel=0 \ | 12 | SRC_URI += "file://pkgconfig.patch;striplevel=0 \ |
13 | file://glib-2.32.patch \ | 13 | file://glib-2.32.patch \ |