17 lines
832 B
Plaintext
17 lines
832 B
Plaintext
$OpenBSD: patch-babl_Makefile_in,v 1.1 2011/04/07 11:17:08 jasper Exp $
|
|
|
|
Since babl isn't installed yet, and it doesn't even depend on glib2.0,
|
|
add it here to get the definitions for introspection.
|
|
|
|
--- babl/Makefile.in.orig Thu Apr 7 11:43:27 2011
|
|
+++ babl/Makefile.in Thu Apr 7 11:45:43 2011
|
|
@@ -930,7 +930,7 @@ uninstall-am: uninstall-girDATA uninstall-libLTLIBRARI
|
|
@HAVE_INTROSPECTION_TRUE@ --library=babl-$(BABL_API_VERSION) \
|
|
@HAVE_INTROSPECTION_TRUE@ --libtool="$(LIBTOOL)" \
|
|
@HAVE_INTROSPECTION_TRUE@ --output $@ \
|
|
-@HAVE_INTROSPECTION_TRUE@ --pkg babl \
|
|
+@HAVE_INTROSPECTION_TRUE@ --pkg glib-2.0 \
|
|
@HAVE_INTROSPECTION_TRUE@ -DBABL_IS_BEING_COMPILED \
|
|
@HAVE_INTROSPECTION_TRUE@ -I$(top_srcdir) \
|
|
@HAVE_INTROSPECTION_TRUE@ -I$(top_builddir) \
|