9047503631
Starting X manually resulted in a symbol error: | Xorg: symbol lookup error: /usr/lib/xorg/modules/drivers/fbdev_drv.so: undefined symbol: shadowUpdatePackedWeak This bug was reported against the fbdev driver, which is fixed upstream in 0.5.0: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900317 Signed-off-by: Michel Stempin <michel.stempin@wanadoo.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
605 B
Makefile
15 lines
605 B
Makefile
################################################################################
|
|
#
|
|
# xdriver_xf86-video-fbdev
|
|
#
|
|
################################################################################
|
|
|
|
XDRIVER_XF86_VIDEO_FBDEV_VERSION = 0.5.0
|
|
XDRIVER_XF86_VIDEO_FBDEV_SOURCE = xf86-video-fbdev-$(XDRIVER_XF86_VIDEO_FBDEV_VERSION).tar.bz2
|
|
XDRIVER_XF86_VIDEO_FBDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
|
XDRIVER_XF86_VIDEO_FBDEV_LICENSE = MIT
|
|
XDRIVER_XF86_VIDEO_FBDEV_LICENSE_FILES = COPYING
|
|
XDRIVER_XF86_VIDEO_FBDEV_DEPENDENCIES = xserver_xorg-server xorgproto
|
|
|
|
$(eval $(autotools-package))
|