kumquat-buildroot/package/x11r7/pthread-stubs/pthread-stubs.mk

15 lines
416 B
Makefile
Raw Normal View History

#############################################################
#
# pthread-stubs
#
#############################################################
PTHREAD_STUBS_VERSION = 0.1
PTHREAD_STUBS_SOURCE = libpthread-stubs-$(PTHREAD_STUBS_VERSION).tar.bz2
PTHREAD_STUBS_SITE = http://xcb.freedesktop.org/dist/
PTHREAD_STUBS_DEPENDENCIES = uclibc
PTHREAD_STUBS_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,pthread-stubs))