Commit 448a1db3 authored by Jan Engelhardt's avatar Jan Engelhardt Committed by Mike Gabriel

Update patch: 001_add-main-makefile.full+lite.patch, allow passing of configure args.

parent b087877b
nx-libs (2:3.5.0.11-0) UNRELEASED; urgency=low
[ Mike Gabriel ]
* Use ,,$(MAKE) -C'' in main Makefile for calling Makefiles in subdirectories,
make build stanza work for nx-libs-full and nx-libs-lite.
* Do not install libXinerama directly into /usr/lib/nx. Recommended method is
installing to /usr/lib/nx/Xinerama, so that you can enable/disable usage of
the Xinerama extension.
[ Jan Engelhardt ]
* Update patch: 001_add-main-makefile.full+lite.patch, allow passing of configure args.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 07 Feb 2012 13:48:19 +0100
nx-libs (2:3.5.0.10-0) unstable; urgency=low
......
......@@ -32,7 +32,7 @@ Last-Update: 2011-12-31
+ cd nxcompext && autoconf
+ cd nxcompshad && autoconf
+ cd nx-X11 && $(MAKE) World
+ cd nxproxy && autoconf && ./configure && $(MAKE)
+ cd nxproxy && autoconf && (${CONFIGURE}) && $(MAKE)
+
+build:
+ if ! test -d nx-X11; then \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment