summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
authorhk57.kim <hk57.kim@samsung.com>2016-06-30 15:54:38 +0900
committerjerry kim <hk57.kim@samsung.com>2016-06-29 23:55:35 -0700
commit0943bf528f223f9ccf2fcb15c87053f694052bfc (patch)
treef3dbf4320cacc505c00345d57bb001451dd03e47 /packaging
parentc279cf141e79f15eccd5ff386cf008c8cba8fb64 (diff)
downloadcairo-0943bf528f223f9ccf2fcb15c87053f694052bfc.tar.gz
cairo-0943bf528f223f9ccf2fcb15c87053f694052bfc.tar.bz2
cairo-0943bf528f223f9ccf2fcb15c87053f694052bfc.zip
By default T-trace is disabled in the build. Use --enable-ttrace=yes for enabling the same. Change-Id: I697c0a3f05bc9010620db563a4121c2ed0e46599 Signed-off-by: hk57.kim <hk57.kim@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/cairo.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec
index 3d6bc60b0..51c24f797 100644
--- a/packaging/cairo.spec
+++ b/packaging/cairo.spec
@@ -27,6 +27,7 @@ BuildRequires: pkgconfig(pixman-1)
BuildRequires: which
BuildRequires: pkgconfig(ecore)
BuildRequires: pkgconfig(evas)
+BuildRequires: pkgconfig(ttrace)
%if %{with cairo_gl_backend}
%if %{with x} && %{with desktop}
BuildRequires: pkgconfig(gl)
@@ -142,6 +143,7 @@ NOCONFIGURE=1 ./autogen.sh
--enable-script=yes \
--enable-svg=yes \
--enable-tee=no \
+ --enable-ttrace=no \
%if %{with wayland} && !%{with x}
--disable-xlib \
--disable-xcb \