summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:44:51 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:44:51 +0100
commit346698a9e48a084adad7bb8de2e685fd540a7c0d (patch)
treebfc3bd509638e7a050b340600325adffc7d363c4 /Jamroot.jam
parentExplicitly disable checker for generated code (diff)
downloadlibjsonpp-346698a9e48a084adad7bb8de2e685fd540a7c0d.tar.bz2
libjsonpp-346698a9e48a084adad7bb8de2e685fd540a7c0d.tar.xz
libjsonpp-346698a9e48a084adad7bb8de2e685fd540a7c0d.zip
Get glibmm flags from pkg-configlibjsonpp-0.11.1.1
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam22
1 files changed, 3 insertions, 19 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 50ceecf..ae4fd28 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -1,6 +1,8 @@
import os ;
using gcc : : [ os.environ CXX ] ;
+using pkg-config ;
+import pkg-config ;
variant coverage : debug ;
@@ -26,23 +28,5 @@ project
build-project libjsonpp ;
-# Some useful aliases
-
-lib glibmm-2.4 ;
-lib gobject-2.0 ;
-lib glib-2.0 ;
-lib sigc-2.0 ;
-
-alias glibmm : : : :
- <include>/usr/include/glibmm-2.4
- <include>/usr/lib/glibmm-2.4/include
- <include>/usr/include/glib-2.0
- <include>/usr/lib/glib-2.0/include
- <include>/usr/include/sigc++-2.0
- <include>/usr/lib/sigc++-2.0/include
- <library>glibmm-2.4
- <library>gobject-2.0
- <library>glib-2.0
- <library>sigc-2.0
- ;
+pkg-config.import glibmm : : <name>glibmm-2.4 ;