summaryrefslogtreecommitdiff
path: root/packaging/xhost.spec
diff options
context:
space:
mode:
authorChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:39:53 +0900
committerChangyeon Lee <cyeon.lee@samsung.com>2014-04-17 14:46:26 +0900
commit0d14ae7c1368e74b6244b07580b90d268dba0a64 (patch)
tree77f3112e170f4d94828a86b8124df1ff46458111 /packaging/xhost.spec
parente073443cb207e4b064206802c2acd46d21e47c02 (diff)
parent83e84e4894946a89a852bd73ca342369c5e5faf8 (diff)
downloadxhost-devel/x11.tar.gz
xhost-devel/x11.tar.bz2
xhost-devel/x11.zip
Change-Id: I76179e1cad0e77297b84687a1de40db8f1690fc7 Signed-off-by: Changyeon Lee <cyeon.lee@samsung.com>
Diffstat (limited to 'packaging/xhost.spec')
-rw-r--r--packaging/xhost.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/packaging/xhost.spec b/packaging/xhost.spec
index 0a95604..1a53217 100644
--- a/packaging/xhost.spec
+++ b/packaging/xhost.spec
@@ -1,7 +1,7 @@
%bcond_with x
Name: xhost
-Version: 1.0.5
+Version: 1.0.6
Release: 0
License: MIT
Summary: Utility to control X server access
@@ -13,6 +13,7 @@ BuildRequires: pkg-config
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xmuu)
+BuildRequires: pkgconfig(xtrans)
BuildRequires: pkgconfig(xorg-macros) >= 1.8
%if !%{with x}
@@ -28,7 +29,7 @@ allowed to make connections to the X server.
cp %{SOURCE1001} .
%build
-%configure
+%autogen
make %{?_smp_mflags}
%install