dc151bf3fe
Enable vala bindings.
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
$OpenBSD: patch-Makefile_am,v 1.1 2012/12/28 09:54:47 ajacoutot Exp $
|
|
|
|
https://bugzilla.gnome.org/show_bug.cgi?id=653323
|
|
|
|
--- Makefile.am.orig Thu Aug 30 20:04:49 2012
|
|
+++ Makefile.am Fri Dec 28 10:46:20 2012
|
|
@@ -12,7 +12,7 @@ endif
|
|
lib_LTLIBRARIES = librsvg-@RSVG_API_MAJOR_VERSION@.la
|
|
|
|
bin_PROGRAMS = rsvg-convert
|
|
-if HAVE_GTK_3
|
|
+if ENABLE_RSVG_VIEW
|
|
bin_PROGRAMS += rsvg-view-3
|
|
endif
|
|
|