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:
24
package/yad/yad.mk
Normal file
24
package/yad/yad.mk
Normal file
@@ -0,0 +1,24 @@
|
||||
################################################################################
|
||||
#
|
||||
# yad
|
||||
#
|
||||
################################################################################
|
||||
|
||||
YAD_VERSION = 0.40.0
|
||||
YAD_SOURCE = yad-$(YAD_VERSION).tar.xz
|
||||
YAD_SITE = http://sourceforge.net/projects/yad-dialog/files
|
||||
YAD_LICENSE = GPL-3.0
|
||||
YAD_LICENSE_FILES = COPYING
|
||||
YAD_DEPENDENCIES = host-intltool host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
||||
YAD_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
|
||||
YAD_CONF_OPTS = --enable-html=no
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGTK3_X11),y)
|
||||
YAD_DEPENDENCIES += libgtk3
|
||||
YAD_CONF_OPTS += --with-gtk=gtk3
|
||||
else
|
||||
YAD_DEPENDENCIES += libgtk2
|
||||
YAD_CONF_OPTS += --with-gtk=gtk2
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
Reference in New Issue
Block a user