Disable X support, fixes compilation errors
[openwrt.git] / package / gpsd / Makefile
index 45748cb..cd45b4c 100644 (file)
@@ -49,6 +49,7 @@ $(PKG_BUILD_DIR)/.configured:
                        --enable-shared \
                        --enable-static \
                        --with-gnu-ld \
+                       --without-x \
        );
        touch $@
 
This page took 0.029056 seconds and 4 git commands to generate.