From a67e98a0287c62c26a3ff954caca9aa5b645ade3 Mon Sep 17 00:00:00 2001 From: david Date: Thu, 24 Oct 2019 10:47:45 +0200 Subject: [PATCH] graphviz: add configure option to make it simular to cmake --- graphviz.be0 | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/graphviz.be0 b/graphviz.be0 index 34ca43f7d..467da559b 100755 --- a/graphviz.be0 +++ b/graphviz.be0 @@ -28,8 +28,37 @@ mee_patch() { } mee_configure() { - bee_configure -DCMAKE_COLOR_MAKEFILE=OFF -DCMAKE_VERBOSE_MAKEFILE=ON \ - -DCMAKE_EXE_LINKER_FLAGS=-Wl,-rpath,/usr/lib/graphviz + bee_configure --disable-swig \ + --with-webp=no \ + --with-poppler=no \ + --with-rsvg=no \ + --with-visio=no \ + --with-gdk=no \ + --with-gdk-pixbuf=no \ + --with-gtk=no \ + --with-gtkgl=no \ + --with-gtkglext=no \ + --with-gts=no \ + --with-ann=no \ + --with-glade=no \ + --with-qt=no \ + --with-smyrna=no \ + --with-ortho=no \ + --with-digcola=no \ + --with-ipsepcola=no \ + --disable-sharp \ + --disable-go \ + --with-ghostscript=no \ + --disable-guile \ + --disable-lua \ + --disable-tcl \ + --with-freetype2=no \ + --with-fontconfig=no \ + --without-x \ + --without-glut \ + --disable-perl \ + --without-libgd + #exit } #mee_build() {