pango: cleanup thanks to new gtk-doc.bbclass

(From OE-Core rev: 1c5fbfe7f284c8e8f6d850593192b8350c3ce7d5)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-07-19 16:13:09 +01:00 committed by Richard Purdie
parent 9f77978223
commit 4a5f8d84ee
2 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ SECTION = "libs"
LICENSE = "LGPLv2.0+"
X11DEPENDS = "virtual/libx11 libxft"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv gtk-doc-native cairo elfutils"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libiconv cairo elfutils"
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
PACKAGECONFIG[x11] = "--with-x,--without-x,${X11DEPENDS}"
@ -22,7 +22,7 @@ PACKAGES_DYNAMIC = "pango-module-*"
RRECOMMENDS_${PN} = "${@base_contains('DISTRO_FEATURES', 'x11', 'pango-module-basic-x', '', d)} pango-module-basic-fc"
inherit gnomebase
inherit gnomebase gtk-doc
# Create a pango-modules package
ALLOW_EMPTY_${BPN}-modules = "1"
PACKAGES += "${BPN}-modules"

View File

@ -2,7 +2,7 @@ require pango.inc
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
PR = "r8"
PR = "r9"
SRC_URI += "file://no-tests.patch \
file://noconst.patch \