X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=release%2Fgo;h=f54e80148d4f543b06cab395134ac988ada6e681;hb=4e6c0086a657399d989f2e4849f7b397d7d4efbc;hp=3158ac21c7349b56858613c67877cd23bf9e581a;hpb=a5eb363f48b75b6eae0a1dc4a6c8e079c9831f92;p=chaz%2Fopenbox diff --git a/release/go b/release/go index 3158ac21..f54e8014 100755 --- a/release/go +++ b/release/go @@ -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"