fvwm2/fvwm-rsvg.patch

26 lines
662 B
Diff
Raw Normal View History

2016-08-08 14:44:57 +02:00
---
configure | 1 -
configure.ac | 1 -
2 files changed, 2 deletions(-)
2016-08-08 14:44:57 +02:00
--- configure.ac
+++ configure.ac 2017-02-07 11:06:58.555365173 +0000
@@ -922,7 +922,6 @@ if test x"$with_rsvg" = xyes ; then
2016-08-08 14:44:57 +02:00
LIBS="$LIBS $rsvg_LIBS"
AC_TRY_RUN([
#include <librsvg/rsvg.h>
- #include <librsvg/rsvg-cairo.h>
int main() {
RsvgHandle *rsvg;
g_type_init();
2016-08-08 14:44:57 +02:00
--- configure
+++ configure 2017-02-07 11:06:58.559365097 +0000
@@ -9939,7 +9939,6 @@ else
2016-08-08 14:44:57 +02:00
/* end confdefs.h. */
#include <librsvg/rsvg.h>
- #include <librsvg/rsvg-cairo.h>
int main() {
RsvgHandle *rsvg;
g_type_init();