* no-copy-dt-needed-entries.patch - updated to 5.34: * DPMS changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time if you would like to change it to be sooner. * life mode fix for hexagons, life forms would not map certain screen sizes * life mode: Added new neighbor 9 ship, added asym ships for neighbor 12 S356/B46, and added some new oscillators including a neighbor 6 p16. Now (mostly) use generated file from java app and life2d.xml. * life3d mode: Added new some new oscillators including a neighbor 12 p10 S456/B3. Also new puffers and gliders found. Now use generated file from java app and life3d.xml. * loop mode: made new small loops less frequent OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xlockmore?expand=0&rev=7
15 lines
374 B
Diff
15 lines
374 B
Diff
Index: xlockmore-5.34/configure.in
|
|
===================================================================
|
|
--- xlockmore-5.34.orig/configure.in
|
|
+++ xlockmore-5.34/configure.in
|
|
@@ -367,6 +367,9 @@ main ()
|
|
rm -f conf.gtktest
|
|
])
|
|
|
|
+dnl audio file for --no-copy-dt-needed-entries
|
|
+XLOCKLIBS="-laudiofile"
|
|
+
|
|
dnl X Window System files.
|
|
AC_PATH_XTRA
|
|
if test "$no_x" = yes; then
|