Skip to content
Snippets Groups Projects
Commit b1cd0e0a authored by Jakub Jirutka's avatar Jakub Jirutka :flag_ua:
Browse files

main/graphviz: sort configure flags and remove invalid ones

* Sort flags to be in the same order as in `configure --help`.
* Change flag format according to `configure --help`.
* Remove invalid flags (those missing in `configure --help`).
parent c0bcdbca
No related branches found
No related tags found
No related merge requests found
...@@ -46,22 +46,22 @@ build() { ...@@ -46,22 +46,22 @@ build() {
--host=$CHOST \ --host=$CHOST \
--prefix=/usr \ --prefix=/usr \
--sysconfdir=/etc \ --sysconfdir=/etc \
--without-included-ltdl \ \
--disable-ltdl-install \
--disable-silent-rules \ --disable-silent-rules \
--enable-ltdl \
--with-x \
--disable-static \ --disable-static \
--disable-dependency-tracking \ --disable-dependency-tracking \
--disable-ltdl-install \
--enable-ltdl \
--enable-lua=yes \ --enable-lua=yes \
--enable-tcl=no \ --enable-tcl=no \
--without-mylibgd \ \
--with-ipsepcola \ --without-included-ltdl \
--with-pangocairo \ --with-x \
--with-gdk-pixbuf \ --with-rsvg=yes \
--with-png \ --with-pangocairo=yes \
--with-jpeg \ --with-gdk-pixbuf=yes \
--with-rsvg --with-libgd=no \
--with-ipsepcola=yes
if [ "$CARCH" = "x86_64" ]; then if [ "$CARCH" = "x86_64" ]; then
# the configure script thinks we have sincos. we dont. # the configure script thinks we have sincos. we dont.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment