taschenb
3afc341c7b
feat(net): Add nl80211 support ( #1009 )
...
This patch enables support for nl80211. In case the libnl-genl-3.0
library isn't found, it will fall back to Wext instead.
The library to use can also be manually set with the CMake option
WITH_LIBNL.
The Wireless-Extensions (WE or Wext) are deprecated and long replaced
by cfg80211.
Although Wext isn't used by WiFi drivers anymore, CFG80211_WEXT allows
old tools to communicate with modern drivers by providing a wrapper
API.
2018-06-18 20:16:09 -07:00
Doron Behar
da9372fb70
refactor(build.sh): Add gcc over clang option( #1249 )
...
There was no way to build with gcc when clang was installed using build.sh
2018-05-20 10:30:33 +02:00
Noah Murad
014ac82838
Fix #960 ( #962 )
...
* Fix #960
* Fix spacing
* Fix spacing pt. 2
2018-02-08 18:23:51 -08:00
NBonaparte
e16227ca43
refactor(alsa): rename and move volume -> alsa
2018-01-23 14:33:11 +01:00
NBonaparte
6e8b9dea29
fix(pulseaudio): Move pulseaudio to separate module
2018-01-20 12:37:41 -08:00
NBonaparte
9b0ff59b56
fix(build): Check for pulseaudio binary
2018-01-20 12:37:41 -08:00
NBonaparte
4f15f42f2c
fix(build): Only use one volume backend
2018-01-20 12:37:41 -08:00
Michael Carlberg
79856d7ed2
feat(ipc): Add polybar-msg to facilitate ipc messaging
2017-01-10 02:09:33 +01:00
Michael Carlberg
edafb52302
fix(build.sh): Prompt for libcurl support
2016-12-20 05:33:07 +01:00
Michael Carlberg
d9e3f8a2a7
feat(build.sh): Prompt for build options
2016-11-12 13:07:05 +01:00
Michael Carlberg
58ff2d53f3
fix(build.sh): Add newline after prompt
2016-05-24 04:44:02 +02:00
Michael Carlberg
b8dec03083
fix(build): No need to specify default build type
2016-05-20 04:42:02 +02:00
Michael Carlberg
f66a4e996e
feat(build): Add simple helper script
2016-05-19 20:24:23 +02:00