diff --git a/srcpkgs/hsetroot/patches/fix-x11-detect.patch b/srcpkgs/hsetroot/patches/fix-libx11.patch similarity index 78% rename from srcpkgs/hsetroot/patches/fix-x11-detect.patch rename to srcpkgs/hsetroot/patches/fix-libx11.patch index 2f8da237736..da9893ccde9 100644 --- a/srcpkgs/hsetroot/patches/fix-x11-detect.patch +++ b/srcpkgs/hsetroot/patches/fix-libx11.patch @@ -4,8 +4,8 @@ # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST -+# Check for X11 -+AC_CHECK_FILE([/usr/lib/libX11.so], [LDFLAGS="-L/usr/lib -lX11"]) ++# Need libX11 ++LDFLAGS="-lX11" + # Check for imlib2 AC_CHECK_PROGS(imlib2config_cmd, imlib2-config) diff --git a/srcpkgs/hsetroot/template b/srcpkgs/hsetroot/template index 0386746e48b..fc302944120 100644 --- a/srcpkgs/hsetroot/template +++ b/srcpkgs/hsetroot/template @@ -1,7 +1,7 @@ # Template build file for 'hsetroot'. pkgname=hsetroot version=1.0.2 -revision=6 +revision=7 build_style=gnu-configure hostmakedepends="automake libtool pkg-config" makedepends="libX11-devel imlib2-devel"