From: John Ellson Date: Tue, 31 Dec 2019 19:10:59 +0000 (-0500) Subject: remove unneeded dependency that was preventing smyrna in rpm distros X-Git-Tag: stable_release_2.42.4~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=560935b3999307eda5ea2228d81764e024215200;p=graphviz remove unneeded dependency that was preventing smyrna in rpm distros --- diff --git a/redhat/graphviz.spec.fedora.in b/redhat/graphviz.spec.fedora.in index f8eb20b75..ef94cabd7 100644 --- a/redhat/graphviz.spec.fedora.in +++ b/redhat/graphviz.spec.fedora.in @@ -25,7 +25,7 @@ Source0: http://www.graphviz.org/pub/@GRAPHVIZ_SOURCES@/graphviz-@VERSION@.tar.g %global DEVIL 1 %global ANN 1 %global GTS 1 -%global GTK 0 +%global GTK 1 %global LASI 1 %global WEBP 1 %global PYTHON 0 @@ -103,7 +103,7 @@ BuildRequires: python3 python3-devel BuildRequires: golang gcc-go swig >= 3.0.2 %endif %if %{GTK} -BuildRequires: libglade2-devel gtkglarea2-devel gtkglext-devel glade3-libgladeui-devel +BuildRequires: libglade2-devel gtkglext-devel glade3-libgladeui-devel %endif %if %{QT5} BuildRequires: qt5-qtbase-devel