enlightenment.enlightenment: update dependence list
Some dependences are not needed anymore, and there are new dependences.
This commit is contained in:
parent
298d37efa1
commit
4e7552c5fd
@ -5,22 +5,13 @@
|
|||||||
, pkgconfig
|
, pkgconfig
|
||||||
, gettext
|
, gettext
|
||||||
, alsaLib
|
, alsaLib
|
||||||
|
, acpid
|
||||||
, bc
|
, bc
|
||||||
, bzip2
|
, ddcutil
|
||||||
, efl
|
, efl
|
||||||
, gdbm
|
|
||||||
, libXdmcp
|
|
||||||
, libXrandr
|
|
||||||
, libcap
|
|
||||||
, libffi
|
|
||||||
, libpthreadstubs
|
|
||||||
, libxcb
|
|
||||||
, luajit
|
|
||||||
, mesa
|
|
||||||
, pam
|
, pam
|
||||||
, pcre
|
|
||||||
, xcbutilkeysyms
|
|
||||||
, xkeyboard_config
|
, xkeyboard_config
|
||||||
|
, udisks2
|
||||||
|
|
||||||
, bluetoothSupport ? true, bluez5
|
, bluetoothSupport ? true, bluez5
|
||||||
, pulseSupport ? !stdenv.isDarwin, libpulseaudio
|
, pulseSupport ? !stdenv.isDarwin, libpulseaudio
|
||||||
@ -44,25 +35,16 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
alsaLib
|
alsaLib
|
||||||
|
acpid # for systems with ACPI for lid events, AC/Battery plug in/out etc
|
||||||
bc # for the Everything module calculator mode
|
bc # for the Everything module calculator mode
|
||||||
bzip2
|
ddcutil # specifically libddcutil.so.2 for backlight control
|
||||||
efl
|
efl
|
||||||
gdbm
|
|
||||||
libXdmcp
|
|
||||||
libXrandr
|
|
||||||
libffi
|
|
||||||
libpthreadstubs
|
|
||||||
libxcb
|
|
||||||
luajit
|
|
||||||
mesa
|
|
||||||
pam
|
pam
|
||||||
pcre
|
|
||||||
xcbutilkeysyms
|
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
|
udisks2 # for removable storage mounting/unmounting
|
||||||
]
|
]
|
||||||
++ stdenv.lib.optional stdenv.isLinux libcap
|
++ stdenv.lib.optional bluetoothSupport bluez5 # for bluetooth configuration and control
|
||||||
++ stdenv.lib.optional bluetoothSupport bluez5
|
++ stdenv.lib.optional pulseSupport libpulseaudio # for proper audio device control and redirection
|
||||||
++ stdenv.lib.optional pulseSupport libpulseaudio
|
|
||||||
;
|
;
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user