summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-07-05 22:26:41 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-07-05 22:26:41 +0100
commit1520eafc90c1750b4dd9b683e315f85f8d97a72e (patch)
treed2e9aee43282e7bb83b5c8ed3dbe5ca2e307eafe /Jamroot.jam
parentUpdate to use traits DB binder for Chrono::DateTime (diff)
downloadp2pvr-1520eafc90c1750b4dd9b683e315f85f8d97a72e.tar.bz2
p2pvr-1520eafc90c1750b4dd9b683e315f85f8d97a72e.tar.xz
p2pvr-1520eafc90c1750b4dd9b683e315f85f8d97a72e.zip
Get glibmm flags from pkg-config
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam24
1 files changed, 3 insertions, 21 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 134212b..a9dca14 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -2,6 +2,8 @@ import os ;
import slice ;
using gcc : : [ os.environ CXX ] ;
+using pkg-config ;
+import pkg-config ;
variant coverage : debug ;
@@ -20,25 +22,5 @@ project
build-project p2pvr ;
build-project libtmdb ;
-# Some useful aliases
-
-lib xml++-3.0 ;
-lib xml2 ;
-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 ;