change paths so glib-config uses the correct path for
authorEric Andersen <andersen@codepoet.org>
Tue, 18 Jul 2006 07:59:29 +0000 (07:59 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 18 Jul 2006 07:59:29 +0000 (07:59 -0000)
the cross compiled libglib and include files

package/libglib12/libglib12.mk

index 472d6b4aeff1a97886758f5b86694a9f48c06683..ca43940fd69962c7d5d160088580d302f3fa97c5 100644 (file)
@@ -29,6 +29,8 @@ $(LIBGLIB12_DIR)/.configured: $(LIBGLIB12_DIR)/.unpacked
                --build=$(GNU_HOST_NAME) \
                --prefix=$(STAGING_DIR) \
                --exec_prefix=$(STAGING_DIR) \
+               --libdir=$(STAGING_DIR)/lib \
+               --includedir=$(STAGING_DIR)/include \
                --bindir=/usr/bin \
                --sbindir=/usr/sbin \
                --libexecdir=/usr/lib \