Skip to content

Commit

Permalink
graphviz: add configure option to make it simular to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
david committed Oct 24, 2019
1 parent 0c4a22d commit a67e98a
Showing 1 changed file with 31 additions and 2 deletions.
33 changes: 31 additions & 2 deletions graphviz.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit a67e98a

Please sign in to comment.