diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..04b00bd --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libinput0 diff --git a/libinput.changes b/libinput.changes index 8304758..c014323 100644 --- a/libinput.changes +++ b/libinput.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 1 21:25:26 UTC 2014 - dimstar@opensuse.org + +- Add baselibs.conf: provide libinput0-32bit. Required by + libclutter-gst-2_0-0-32bit. + ------------------------------------------------------------------- Thu Feb 27 18:34:17 UTC 2014 - jengelh@inai.de diff --git a/libinput.spec b/libinput.spec index 0a01c1f..f21bec4 100644 --- a/libinput.spec +++ b/libinput.spec @@ -23,11 +23,12 @@ Release: 0 Summary: Input device and event processing library License: HPND Group: Development/Libraries/C and C++ -URL: http://wayland.freedesktop.org/ +Url: http://wayland.freedesktop.org/ #Git-Clone: git://anongit.freedesktop.org/wayland/libinput #Git-Web: http://cgit.freedesktop.org/wayland/libinput/ Source: http://www.freedesktop.org/software/libinput/%name-%version.tar.xz +Source2: baselibs.conf #git#BuildRequires: autoconf >= 2.64 #git#BuildRequires: automake >= 1.11 #git#BuildRequires: libtool >= 2.2 @@ -35,8 +36,11 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: pkgconfig BuildRequires: xz -BuildRequires: pkgconfig(mtdev) >= 1.1.0, pkgconfig(libudev), pkgconfig(libevdev) >= 0.4, pkgconfig(check) >= 0.9.9 -BuildRoot: %_tmppath/%name-%version-build +BuildRequires: pkgconfig(check) >= 0.9.9 +BuildRequires: pkgconfig(libevdev) >= 0.4 +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(mtdev) >= 1.1.0 +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description libinput is a library that handles input devices for display servers and