repo.or.cz
/
k8klosw.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improved switching logic; fixed bug introduced with multiple magics
[k8klosw.git]
/
Jamrules.configure
blob
fd73c8af5cbfb5ce68321d7b32a73c3d94ad52ff
1
PROJECT_NAME = klosw ;
2
3
4
rule -configure- {
5
-configure-pkg-config-necessary-
6
"X11" "x11"
7
;
8
-configure-add-line- "DEFINES += _GNU_SOURCE ;" ;
9
-configure-add-line- "LINKLIBS.all += -lrt ;" ;
10
}
11
12
13
configure ;