summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSung-Jin Park <sj76.park@samsung.com>2017-10-23 17:20:24 +0900
committerSung-Jin Park <sj76.park@samsung.com>2017-10-23 17:20:24 +0900
commit0f0b5175efeb32e3bf256a564024f43731f105db (patch)
tree35609f766e3a37d78ad6935d3424309b38e21e29
parent5952aa03d28073982337c14958dba881599ed971 (diff)
downloadlibxkbcommon-0f0b5175efeb32e3bf256a564024f43731f105db.tar.gz
libxkbcommon-0f0b5175efeb32e3bf256a564024f43731f105db.tar.bz2
libxkbcommon-0f0b5175efeb32e3bf256a564024f43731f105db.zip
packaging: add disable-docs optionsubmit/tizen/20171110.013046master
Change-Id: I8d41d36a05601ba752f3166f978c81c22349a3b2 Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
-rw-r--r--packaging/libxkbcommon.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libxkbcommon.spec b/packaging/libxkbcommon.spec
index 6eef142..e1b01d1 100644
--- a/packaging/libxkbcommon.spec
+++ b/packaging/libxkbcommon.spec
@@ -48,7 +48,7 @@ chmod a+x ./gen_tables.sh
%build
chmod a+x ./autogen.sh
-%autogen --disable-static --disable-x11
+%autogen --disable-static --disable-x11 --disable-docs
%__make %{?_smp_mflags} V=1;
%install