Files
xplanet/glib2.patch
Asterios Dramis 8e0d5104d1 Accepting request 703038 from home:jjolly:branches:Education
- Added link to gobject-2.0 libraries
  * Pango use to do this, but it has removed this for libraries
    linking to Pango

OBS-URL: https://build.opensuse.org/request/show/703038
OBS-URL: https://build.opensuse.org/package/show/Education/xplanet?expand=0&rev=19
2019-05-15 16:59:13 +00:00

24 lines
774 B
Diff

Index: xplanet-1.3.1/configure.ac
===================================================================
--- xplanet-1.3.1.orig/configure.ac
+++ xplanet-1.3.1/configure.ac
@@ -58,6 +58,8 @@ AC_FIND_XSS
AC_FIND_FREETYPE
AC_FIND_PANGO
+PKG_CHECK_MODULES(GOBJ, gobject-2.0)
+
AC_SUBST(xplanet_ARFLAGS)
AC_SUBST(xplanet_LDFLAGS)
AC_SUBST(separator)
Index: xplanet-1.3.1/src/Makefile.am
===================================================================
--- xplanet-1.3.1.orig/src/Makefile.am
+++ xplanet-1.3.1/src/Makefile.am
@@ -73,4 +73,4 @@ xplanet_LDADD = libannotate/libannotate.
libsgp4sdp4/libsgp4sdp4.a \
@GRAPHICS_LIBS@ @CSPICE_LIBS@ @X_LIBS@ \
@XSS_LIBS@ @FREETYPE_LIBS@ @AQUA_LIBS@ \
- @LIBICONV@ @LIBCHARSET@
+ @LIBICONV@ @LIBCHARSET@ @GOBJ_LIBS@