diff --git a/emacs.changes b/emacs.changes index 3888509..78fe8fd 100644 --- a/emacs.changes +++ b/emacs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Oct 24 14:35:43 UTC 2014 - werner@suse.de + +- The gtk3 libraries are linked with libudev therefore add the + appropiate BuildRequire + ------------------------------------------------------------------- Wed Oct 22 08:45:42 UTC 2014 - werner@suse.de diff --git a/emacs.spec b/emacs.spec index e8c9f3e..f8028d3 100644 --- a/emacs.spec +++ b/emacs.spec @@ -54,6 +54,9 @@ BuildRequires: libpng-devel BuildRequires: librsvg-devel BuildRequires: libselinux-devel BuildRequires: libtiff-devel +%if 0%{?suse_version} > 1140 +BuildRequires: libudev-devel +%endif BuildRequires: libxml2-devel BuildRequires: m17n-lib-devel BuildRequires: ncurses-devel