From c52695fa605b715117868ec72563c150b48005bd Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Wed, 6 Mar 2024 19:02:55 -0500 Subject: [PATCH] fix(graphviz) closes #5174 --- projects/graphviz.org/package.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/projects/graphviz.org/package.yml b/projects/graphviz.org/package.yml index e2b94d22..d1071df6 100644 --- a/projects/graphviz.org/package.yml +++ b/projects/graphviz.org/package.yml @@ -18,8 +18,6 @@ dependencies: zlib.net: '^1.2.3' build: - dependencies: - freedesktop.org/pkg-config: '>=0.20<1' script: - ./configure $ARGS - make --jobs {{ hw.concurrency }} install @@ -28,6 +26,16 @@ build: env: ARGS: - --prefix={{prefix}} + - --disable-debug + - --disable-dependency-tracking + - --disable-swig + - --disable-tcl + - --without-quartz + - --without-gdk + - --without-gtk + - --without-qt + - --without-x + - --with-freetype2 provides: - bin/acyclic @@ -66,6 +74,4 @@ provides: - bin/twopi - bin/unflatten -test: - script: | - dot -Tpdf -o test.pdf test.dot +test: dot -Tpdf -o test.pdf test.dot