Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Gabriel L. Somlo
2e4c354646 explicitly link against libfontconfig (BZ 660741) 2010-12-07 13:59:54 -05:00
4 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
wmx-defaults-1.tar.gz
wmx-7.tar.gz
/wmx-7.tar.gz
/wmx-defaults-1.tar.gz

0
Xclients.wmx.sh Executable file → Normal file
View file

View file

@ -1,2 +1,2 @@
a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz
e8eda438f5dda09d11ba7de1dcf9e501 wmx-7.tar.gz
a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz

View file

@ -1,6 +1,6 @@
Name: wmx
Version: 7
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A really simple window manager for X
License: BSD
Group: User Interface/X
@ -28,7 +28,7 @@ configurable options.
%patch1 -p1
%build
%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11
%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11 LIBS=-lfontconfig
%{__make} %{?_smp_mflags}
%{__cc} -o xnodecor %{SOURCE5} -Werror -lX11
@ -54,6 +54,9 @@ configurable options.
%{_sysconfdir}/X11/xinit/Xclients.d/*
%changelog
* Tue Dec 07 2010 Gabriel Somlo <somlo@cmu.edu> 7-7
- explicitly link against libfontconfig (BZ 660741)
* Mon Mar 01 2010 Gabriel Somlo <somlo@cmu.edu> 7-6
- fixed directory ownership (BZ 569408)