[oe-commits] org.oe.dev t1lib: if we stage the x11 header lets also build the corresponding library.

koen commit oe at amethyst.openembedded.net
Sun Jul 13 14:37:49 UTC 2008


t1lib: if we stage the x11 header lets also build the corresponding library.

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 99db34ffcae026c5623d18f21db2058167763959
ViewMTN: http://monotone.openembedded.org/revision/info/99db34ffcae026c5623d18f21db2058167763959
Files:
1
packages/t1lib/t1lib_5.0.2.bb
Diffs:

#
# mt diff -r53aa1b8fa5c4eabe80fea6a792ce615be15ed4c7 -r99db34ffcae026c5623d18f21db2058167763959
#
#
#
# patch "packages/t1lib/t1lib_5.0.2.bb"
#  from [c42e341a911838b8d58aaf7c0aa1d3d900719030]
#    to [7ebaa9fd120c1d2222ab4a6e1a6ca782c998cc5a]
#
============================================================
--- packages/t1lib/t1lib_5.0.2.bb	c42e341a911838b8d58aaf7c0aa1d3d900719030
+++ packages/t1lib/t1lib_5.0.2.bb	7ebaa9fd120c1d2222ab4a6e1a6ca782c998cc5a
@@ -1,7 +1,8 @@ PRIORITY = "optional"
 DESCRIPTION = "A Type1 Font Rastering Library"
 SECTION = "libs"
 PRIORITY = "optional"
-PR = "r3"
+DEPENDS = "virtual/libx11"
+PR = "r4"
 LICENSE = "LGPL GPL"
 SRC_URI = "${DEBIAN_MIRROR}/main/t/t1lib/t1lib_${PV}.orig.tar.gz \
            file://configure.patch;patch=1 \
@@ -10,7 +11,7 @@ inherit autotools
 
 inherit autotools
 
-EXTRA_OECONF = "--without-x --without-athena"
+EXTRA_OECONF = "--with-x --without-athena"
 EXTRA_OEMAKE = "without_doc"
 
 do_configure() {
@@ -19,9 +20,7 @@ do_stage() {
 }
 
 do_stage() {
-	oe_libinstall -so -C lib libt1 ${STAGING_LIBDIR}
-	install lib/t1lib/t1lib.h ${STAGING_INCDIR}/
-	install lib/t1lib/t1libx.h ${STAGING_INCDIR}/
+	autotools_stage_all
 }
 
 FILES_${PN} = "${bindir}/* ${libdir}/*.so* ${datadir}/t1lib/t1lib.config"






More information about the Openembedded-commits mailing list