summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:59:42 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2019-06-30 20:59:42 +0100
commit857d0bc89d1f05c780a326c0d5d19926bbad6525 (patch)
tree97484b2bf85245a4f222acd8a58ba2fd48b25c56 /Jamroot.jam
parentZero out f_fsid of VFS (diff)
downloadnetfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.tar.bz2
netfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.tar.xz
netfs-857d0bc89d1f05c780a326c0d5d19926bbad6525.zip
Get glibmm and fuse flags from pkg-confignetfs-1.3.3.3
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam23
1 files changed, 4 insertions, 19 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 5858c4e..cc11263 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 ;
@@ -29,23 +31,6 @@ project
build-project netfs ;
-# 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 ;
+pkg-config.import fuse ;