mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Add patch for new mixer UI in FreeBSD 14 Old system reports levels as 0 to 100, new 0 to 1
21 lines
517 B
INI
21 lines
517 B
INI
--- core.pro.orig 2021-12-26 02:33:45 UTC
|
|
+++ core.pro
|
|
@@ -4,14 +4,16 @@ include("../OS-detect.pri")
|
|
TEMPLATE = subdirs
|
|
CONFIG += recursive
|
|
|
|
+# lumina-checkpass is needed for 1.6.2, since code replacing
|
|
+# xscreensaver is enabled
|
|
SUBDIRS+= lumina-desktop \
|
|
lumina-session \
|
|
lumina-open \
|
|
lumina-info \
|
|
lumina-pingcursor \
|
|
$${PWD}/../../icon-theme \
|
|
- lumina-theme-engine
|
|
-# lumina-checkpass
|
|
+ lumina-theme-engine \
|
|
+ lumina-checkpass
|
|
# lumina-desktop-unified
|
|
|
|
#Also install any special menu scripts
|