dir listings changed
[k8muffin.git] / Jamrules.configure
blobdb6ab07364617379407e967184502ef1e00108a7
1 rule -configure- {
2   -configure-pkg-config-necessary-
3     "TagLib C"  "taglib_c >= 1.8.0"
4     "FUSE"      "fuse >= 2.8.5"
5   ;
6   -configure-add-line- "# other" ;
7   -configure-add-line- "WINDOZE = ;" ;
8   -configure-add-line- "DEFINES += _FILE_OFFSET_BITS=64 ;" ;
9   -configure-add-line- "CFLAGS.all += -pthread ;" ;
10   -configure-add-line- "LINKFLAGS.all += -pthread ;" ;
14 configure ;