Fix libX11 linking

This commit is contained in:
Bastien Nocera 2010-02-10 16:32:38 +00:00
parent 93b796e330
commit b4b6e354a7

View File

@ -49,6 +49,10 @@ Requires(preun): GConf2
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version} Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
Requires(postun): scrollkeeper 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 %description
The Eye of GNOME image viewer (eog) is the official image viewer for the 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 GNOME desktop. It can view single image files in a variety of formats, as
@ -73,6 +77,8 @@ functionality to eog.
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .x11-linking
autoreconf -f
echo "NoDisplay=true" >> data/eog.desktop.in echo "NoDisplay=true" >> data/eog.desktop.in
# just in case # just in case