mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
20
package/ympd/ympd.mk
Normal file
20
package/ympd/ympd.mk
Normal file
@@ -0,0 +1,20 @@
|
||||
################################################################################
|
||||
#
|
||||
# ympd
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YMPD_VERSION = 1.3.0
|
||||
YMPD_SITE = $(call github,notandy,ympd,v$(YMPD_VERSION))
|
||||
YMPD_LICENSE = GPL-2.0
|
||||
YMPD_LICENSE_FILES = LICENSE
|
||||
YMPD_DEPENDENCIES = libmpdclient
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
YMPD_DEPENDENCIES += openssl
|
||||
YMPD_CONF_OPTS += -DWITH_SSL=ON
|
||||
else
|
||||
YMPD_CONF_OPTS += -DWITH_SSL=OFF
|
||||
endif
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user