Merge pull request #2116 from fewtarius/dev
Add ayn platform driver, fix duplication in the wireplumber service.
This commit is contained in:
commit
068adac304
3 changed files with 2 additions and 4 deletions
|
@ -21,8 +21,6 @@ PKG_MESON_OPTS_TARGET="-Dintrospection=disabled \
|
|||
-Dtests=false"
|
||||
|
||||
post_makeinstall_target() {
|
||||
# connect to the system bus
|
||||
sed '/^\[Service\]/a Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket' -i ${INSTALL}/usr/lib/systemd/system/wireplumber.service
|
||||
|
||||
# ref https://gitlab.freedesktop.org/pipewire/wireplumber/-/commit/0da29f38181e391160fa8702623050b8544ec775
|
||||
cat > ${INSTALL}/usr/share/wireplumber/main.lua.d/89-disable-session-dbus-dependent-features.lua << EOF
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Copyright (C) 2023-present Fewtarius
|
||||
|
||||
PKG_NAME="ayn-platform"
|
||||
PKG_VERSION="b4510f8ca54511d5b28b9a4f81119f45ba0d23e0"
|
||||
PKG_VERSION="7a9b0ee47143a268cc62553551dd8886f6aa4ae8"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="https://github.com/ShadowBlip/ayn-platform"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
# Space separated list is supported,
|
||||
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
|
||||
# ADDITIONAL_DRIVERS=""
|
||||
ADDITIONAL_DRIVERS="RTL8812AU RTL8814AU RTL8821AU RTL8821CU RTL88x2BU ryzensmu"
|
||||
ADDITIONAL_DRIVERS="RTL8812AU RTL8814AU RTL8821AU RTL8821CU RTL88x2BU ryzensmu ayn-platform"
|
||||
|
||||
# build and install driver addons (yes / no)
|
||||
DRIVER_ADDONS_SUPPORT="no"
|
||||
|
|
Loading…
Reference in a new issue