Fix libX11 linking
This commit is contained in:
parent
93b796e330
commit
b4b6e354a7
6
eog.spec
6
eog.spec
@ -49,6 +49,10 @@ Requires(preun): GConf2
|
||||
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Requires(postun): scrollkeeper
|
||||
|
||||
# 0001-Fix-linking-with-LCMS-support-enabled.patch
|
||||
Patch0: 0001-Fix-linking-with-LCMS-support-enabled.patch
|
||||
BuildRequires: autoconf automake libtool intltool gnome-common
|
||||
|
||||
%description
|
||||
The Eye of GNOME image viewer (eog) is the official image viewer for the
|
||||
GNOME desktop. It can view single image files in a variety of formats, as
|
||||
@ -73,6 +77,8 @@ functionality to eog.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .x11-linking
|
||||
autoreconf -f
|
||||
|
||||
echo "NoDisplay=true" >> data/eog.desktop.in
|
||||
# just in case
|
||||
|
Loading…
Reference in New Issue
Block a user