83e207d7bc
libuuid depends on libintl in specific scenarios, but since taskd wasn't using pkg-config to detect libuuid, this dependency on libintl was not taken into account. This commit adds a patch to taskd that uses pkg-config to detect libuuid. Fixes: http://autobuild.buildroot.net/results/cb5ea871812651025722d42508d4f37702088800/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
14 lines
370 B
Makefile
14 lines
370 B
Makefile
################################################################################
|
|
#
|
|
# taskd
|
|
#
|
|
################################################################################
|
|
|
|
TASKD_VERSION = 1.1.0
|
|
TASKD_SITE = http://taskwarrior.org/download
|
|
TASKD_LICENSE = MIT
|
|
TASKD_LICENSE_FILES = COPYING
|
|
TASKD_DEPENDENCIES = gnutls util-linux host-pkgconf
|
|
|
|
$(eval $(cmake-package))
|