diff options
author | hk57.kim <hk57.kim@samsung.com> | 2016-03-04 14:13:57 +0900 |
---|---|---|
committer | jerry kim <hk57kim@review.tizen.org> | 2016-03-03 21:22:39 -0800 |
commit | 298d7cd81cd92c17662c0c127a467a7b94721067 (patch) | |
tree | 89585073a249dafdd96105440d53117afaf8ad78 | |
parent | dc73636f375442d20568a193cba72438137c235a (diff) | |
download | cairo-accepted/tizen/tv/20160307.110056.tar.gz cairo-accepted/tizen/tv/20160307.110056.tar.bz2 cairo-accepted/tizen/tv/20160307.110056.zip |
fix obs buid error :enable popplersubmit/tizen/20160307.062747accepted/tizen/wearable/20160307.110116accepted/tizen/tv/20160307.110056accepted/tizen/mobile/20160307.110043accepted/tizen/ivi/20160307.110129accepted/tizen/common/20160307.154146
to enable poppler module build in OBS, should enable not only cairo-pdf, cairo-ps and cairo-svg.
Change-Id: I14e2647f76ded09a04b31afbd0fe93841551d78e
Signed-off-by: hk57.kim <hk57.kim@samsung.com>
-rw-r--r-- | packaging/cairo.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/cairo.spec b/packaging/cairo.spec index 514f89f7b..23a02c430 100644 --- a/packaging/cairo.spec +++ b/packaging/cairo.spec @@ -137,10 +137,10 @@ NOCONFIGURE=1 ./autogen.sh --enable-glesv2=yes \ --enable-evasgl=yes \ %endif - --enable-ps=no \ + --enable-ps=yes \ --enable-pdf=yes \ --enable-script=no \ - --enable-svg=no \ + --enable-svg=yes \ --enable-tee=no \ %if %{with wayland} && !%{with x} --disable-xlib \ |