1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

pango, atk, libglade, clutter: Fix gtk-doc DEPENDS

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2836 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-10-04 23:39:27 +00:00
parent ccb101ade6
commit 7ad9dcded1
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
PRIORITY = "optional" PRIORITY = "optional"
LICENSE = "LGPL" LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk-doc" DEPENDS = "glib-2.0 gtk-doc-native"
SRC_URI = "http://download.gnome.org/sources/atk/1.18/${PN}-${PV}.tar.bz2" SRC_URI = "http://download.gnome.org/sources/atk/1.18/${PN}-${PV}.tar.bz2"
+1 -1
View File
@@ -3,7 +3,7 @@ SECTION = "x11/libs"
PRIORITY = "optional" PRIORITY = "optional"
LICENSE = "LGPL" LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk-doc" DEPENDS = "glib-2.0 gtk-doc-native"
SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2" SRC_URI = "http://download.gnome.org/sources/atk/1.20/${PN}-${PV}.tar.bz2"
+1 -1
View File
@@ -2,7 +2,7 @@ DESCRIPTION = "Clutter graphics library"
HOMEPAGE = "http://www.clutter-project.org/" HOMEPAGE = "http://www.clutter-project.org/"
LICENSE = "LGPL" LICENSE = "LGPL"
STDDEPENDS = "virtual/libx11 gtk-doc pango glib-2.0 libxfixes" STDDEPENDS = "virtual/libx11 gtk-doc-native pango glib-2.0 libxfixes"
BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}" BASE_CONF = "--disable-gtk-doc ${@get_clutter_fpu_setting(bb, d)}"
DEPENDS = "${STDDEPENDS}" DEPENDS = "${STDDEPENDS}"
+1 -1
View File
@@ -2,7 +2,7 @@ LICENSE = "LGPL"
DESCRIPTION = "Runtime support for GTK interface builder" DESCRIPTION = "Runtime support for GTK interface builder"
SECTION = "libs" SECTION = "libs"
PRIORITY = "optional" PRIORITY = "optional"
DEPENDS = "gtk+ gtk-doc" DEPENDS = "gtk+ gtk-doc-native"
inherit autotools pkgconfig gnome inherit autotools pkgconfig gnome
+1 -1
View File
@@ -8,7 +8,7 @@ EXTRA_AUTORECONF = ""
SECTION = "x11/libs" SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo"
PACKAGES_DYNAMIC = "pango-module-*" PACKAGES_DYNAMIC = "pango-module-*"
+1 -1
View File
@@ -1,6 +1,6 @@
LICENSE = "LGPL" LICENSE = "LGPL"
SECTION = "x11/libs" SECTION = "x11/libs"
DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc cairo" DEPENDS = "glib-2.0 fontconfig freetype zlib virtual/libx11 libxft gtk-doc-native cairo"
DESCRIPTION = "The goal of the Pango project is to provide an \ DESCRIPTION = "The goal of the Pango project is to provide an \
Open Source framework for the layout and rendering of \ Open Source framework for the layout and rendering of \
internationalized text." internationalized text."