now you cannot scroll past the last page
[k8zathura.git] / Jamrules.configure
blob0c92573eb684d118aace221548b06f735e2b23ed
1 rule -configure-options-help- {
2   Echo "jam configure supports:" ;
3   Echo "  --prefix=dir           [/usr/local]" ;
4   Exit "" ;
8 rule -configure- {
9   -configure-pkg-config- "GTK+2" : gtk+-2.0 : : : "you need GTK+2 to compile this!" ;
10   -configure-pkg-config- "Poppler-glib" : poppler-glib : : : "you need Poppler for GLib to compile this!" ;
11   -configure-pkg-config- "GThread2" : gthread-2.0 : : : "you need GThread2 to compile this!" ;
12   #
13   -configure-add-line- "LINKLIBS.all += -lm ;" ;
17 rule -configure-preinit- {
18   WINDOZE = ;
22 configure ;