enlightenment.enlightenment: bluetooth support

This commit is contained in:
José Romildo Malaquias 2019-08-28 11:13:17 -03:00
parent 722b2158a6
commit 3595e93f6f

View File

@ -1,7 +1,9 @@
{ stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl, { stdenv, fetchurl, meson, ninja, pkgconfig, gettext, efl,
xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib, xcbutilkeysyms, libXrandr, libXdmcp, libxcb, libffi, pam, alsaLib,
luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa, luajit, bzip2, libpthreadstubs, gdbm, libcap, mesa,
xkeyboard_config, pcre xkeyboard_config, pcre,
bluetoothSupport ? true, bluez5,
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -36,8 +38,10 @@ stdenv.mkDerivation rec {
pcre pcre
mesa mesa
xkeyboard_config xkeyboard_config
] ++ ]
stdenv.lib.optionals stdenv.isLinux [ libcap ]; ++ stdenv.lib.optional stdenv.isLinux libcap
++ stdenv.lib.optional bluetoothSupport bluez5
;
patches = [ patches = [
# Some programs installed by enlightenment (to set the cpu frequency, # Some programs installed by enlightenment (to set the cpu frequency,