ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #04040
[Merge] lp:~ballogy/libindicate/no-add-pyglib into lp:libindicate
György Balló has proposed merging lp:~ballogy/libindicate/no-add-pyglib into lp:libindicate.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
For more details, see:
https://code.launchpad.net/~ballogy/libindicate/no-add-pyglib/+merge/82849
This change removes linking pyglib explicitly. The currently used code is broken on Arch Linux, because Arch Linux has libpyglib-2.0-python2 instead of libpyglib-2.0-python2.7 (the latter one is produced by $PYTHON_VERSION variable).
I tested this change on Arch Linux, and it seems that builds without problems. So I ask to make this change if possible.
--
https://code.launchpad.net/~ballogy/libindicate/no-add-pyglib/+merge/82849
Your team ayatana-commits is subscribed to branch lp:libindicate.
=== modified file 'configure.ac'
--- configure.ac 2011-09-20 04:26:16 +0000
+++ configure.ac 2011-11-21 07:37:23 +0000
@@ -202,9 +202,6 @@
[have_python=yes]
)
-# libpyglib-2.0-python* doesn't have a pkgconfig unfortunately
-INDICATE_PYTHON_LIBS+=" -lpyglib-2.0-python$PYTHON_VERSION"
-
AC_SUBST(INDICATE_PYTHON_CFLAGS)
AC_SUBST(INDICATE_PYTHON_LIBS)
Follow ups