Now that we have libtool-2.2.x patch support, we can get rid of a bunch of _LIBTOOL_PATH = NO, fixing (potential) cross link issues. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
14 lines
684 B
Makefile
14 lines
684 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-video-wsfb -- WSFB video driver
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_VIDEO_WSFB_VERSION = 0.3.0
|
|
XDRIVER_XF86_VIDEO_WSFB_SOURCE = xf86-video-wsfb-$(XDRIVER_XF86_VIDEO_WSFB_VERSION).tar.bz2
|
|
XDRIVER_XF86_VIDEO_WSFB_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_VIDEO_WSFB_AUTORECONF = NO
|
|
XDRIVER_XF86_VIDEO_WSFB_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
|
|
|
$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-video-wsfb))
|