diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-24 08:58:47 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-24 08:58:47 +0200 |
commit | a8708d0cae4f81f34b225193293767fedc4f38cf (patch) | |
tree | 98a7f0bd45df95e82dcd11d1f6c8795a8802f838 /meta-gpe | |
parent | 28f3d299e04a5996035db72bfcfc0c7794cf6470 (diff) | |
download | meta-openembedded-a8708d0cae4f81f34b225193293767fedc4f38cf.tar.gz |
libgpewidget: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gpe')
-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 \ |