]> git.pld-linux.org Git - packages/cairo.git/commitdiff
- dropped gtk2-utils, none of them is installed auto/th/cairo-1.18.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Sep 2023 15:54:37 +0000 (17:54 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 25 Sep 2023 15:54:37 +0000 (17:54 +0200)
cairo.spec

index d9db56a772152d52ea6d828d574f737f98fce220..b72c795ecd9d40a6739d2d3f79aa1c06511c1c91 100644 (file)
@@ -25,7 +25,6 @@ BuildRequires:        fonttools
 # pkgconfig(freetype2) >= 25.0.19
 BuildRequires: freetype-devel >= 1:2.13.0
 BuildRequires: glib2-devel >= 1:2.14
-BuildRequires: gtk+2-devel >= 1:2.0
 %{?with_apidocs:BuildRequires: gtk-doc >= 1.15}
 BuildRequires: libpng-devel >= 2:1.4.0
 %if %{with svg} && %{with tests}
@@ -189,15 +188,10 @@ Dokumentacja API Cairo.
 %prep
 %setup -q
 
-#%if %{without tests}
-#%{__sed} -i -e '/SUBDIRS += boilerplate test perf/d' Makefile.am
-#%endif
-
 %build
 %meson build \
        -Dfontconfig=enabled \
        -Dfreetype=enabled \
-       -Dgtk2-utils=enabled \
        -Dgtk_doc=%{__true_false apidocs} \
        -Dpng=enabled \
        -Dspectre=%{__enabled_disabled tests} \
This page took 0.073711 seconds and 4 git commands to generate.