mirror of
http://git.openwrt.org/packages.git
synced 2025-01-09 04:19:54 +08:00
pulseaudio: fix missing staging library directory /usr/lib/pulseaudio/
This library directory is required to link against pulseaudio. e.g. mpd with pulseaudio support. Signed-off-by: Alexander Couzens <lynxis@base45.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@36103 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5fa0f87ce8
commit
5a98ccfe06
@ -139,7 +139,8 @@ define Build/InstallDev
|
||||
$(INSTALL_DIR) \
|
||||
$(1)/usr/lib/pkgconfig \
|
||||
$(1)/usr/include/pulse \
|
||||
$(1)/usr/lib
|
||||
$(1)/usr/lib \
|
||||
$(1)/usr/lib/pulseaudio
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/include/pulse/* \
|
||||
$(1)/usr/include/pulse
|
||||
@ -149,6 +150,9 @@ define Build/InstallDev
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.so* \
|
||||
$(1)/usr/lib/
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pulseaudio/* \
|
||||
$(1)/usr/lib/pulseaudio/
|
||||
endef
|
||||
|
||||
define Package/pulseaudio-daemon/install
|
||||
|
Loading…
Reference in New Issue
Block a user