]> Dogcows Code - chaz/openbox/blobdiff - release/go
Add support for loading SVG icons using librsvg.
[chaz/openbox] / release / go
index 3158ac21c7349b56858613c67877cd23bf9e581a..f54e80148d4f543b06cab395134ac988ada6e681 100755 (executable)
@@ -78,6 +78,13 @@ make >/dev/null 2>/dev/null || \
   error "make (with --disable-imlib2) failed"
 make clean >/dev/null || error "make clean failed"
 
+echo Check compile with librsvg disabled
+./configure -C --disable-imlib2 >/dev/null || \
+  error "configure failed"
+make >/dev/null 2>/dev/null || \
+  error "make (with --disable-librsvg) failed"
+make clean >/dev/null || error "make clean failed"
+
 echo Check compile with session management disabled
 ./configure -C --disable-session-management >/dev/null || \
   error "configure failed"
This page took 0.018629 seconds and 4 git commands to generate.