Merge pull request #5 from MDykstra/master
now linking under up-to-date Arch Linux system
This commit is contained in:
commit
846b62eadd
|
@ -270,9 +270,11 @@ dnl ================================================================
|
||||||
dnl Start of pkg-config checks
|
dnl Start of pkg-config checks
|
||||||
dnl ================================================================
|
dnl ================================================================
|
||||||
|
|
||||||
|
PKG_CHECK_MODULES(GMODULE,gmodule-2.0,[GMODULE_ADD="gmodule-2.0"],[GMODULE_ADD=""])
|
||||||
PKG_CHECK_MODULES(PLUMA, [
|
PKG_CHECK_MODULES(PLUMA, [
|
||||||
libxml-2.0 >= 2.5.0
|
libxml-2.0 >= 2.5.0
|
||||||
glib-2.0 >= 2.22.0
|
glib-2.0 >= 2.22.0
|
||||||
|
$GMODULE_ADD
|
||||||
gthread-2.0 >= 2.13.0
|
gthread-2.0 >= 2.13.0
|
||||||
gio-2.0 >= 2.23.1
|
gio-2.0 >= 2.23.1
|
||||||
gtk+-2.0 >= 2.16.0
|
gtk+-2.0 >= 2.16.0
|
||||||
|
|
Loading…
Reference in New Issue