mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
X11 OpenChrome driver depends on libxcomposite
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
aac61fdcc3
commit
ca218debd5
6
CHANGES
6
CHANGES
@ -1,3 +1,9 @@
|
|||||||
|
2010.05, Not yet released
|
||||||
|
|
||||||
|
Fixes all over the tree.
|
||||||
|
|
||||||
|
Updated/fixed packages: xdriver_xf86-video-openchrome
|
||||||
|
|
||||||
2010.05-rc1, Released May 3rd, 2010:
|
2010.05-rc1, Released May 3rd, 2010:
|
||||||
|
|
||||||
Cleaned up / restructured package menu.
|
Cleaned up / restructured package menu.
|
||||||
|
@ -8,7 +8,7 @@ config BR2_HAVE_DOT_CONFIG
|
|||||||
|
|
||||||
config BR2_VERSION
|
config BR2_VERSION
|
||||||
string
|
string
|
||||||
default "2010.05-rc1"
|
default "2010.05-rc1-git"
|
||||||
|
|
||||||
source "target/Config.in.arch"
|
source "target/Config.in.arch"
|
||||||
source "target/device/Config.in"
|
source "target/device/Config.in"
|
||||||
|
@ -4,6 +4,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
|||||||
select BR2_PACKAGE_LIBDRM
|
select BR2_PACKAGE_LIBDRM
|
||||||
select BR2_PACKAGE_MESA3D
|
select BR2_PACKAGE_MESA3D
|
||||||
select BR2_PACKAGE_XLIB_LIBX11
|
select BR2_PACKAGE_XLIB_LIBX11
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||||
select BR2_PACKAGE_XLIB_LIBXVMC
|
select BR2_PACKAGE_XLIB_LIBXVMC
|
||||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||||
|
@ -7,7 +7,19 @@ XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.2.904
|
|||||||
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
|
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
|
||||||
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://www.openchrome.org/releases
|
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://www.openchrome.org/releases
|
||||||
|
|
||||||
XDRIVER_XF86_VIDEO_OPENCHROME_DEPENDENCIES = xserver_xorg-server libdrm xlib_libX11 xlib_libXvMC xproto_fontsproto xproto_glproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
XDRIVER_XF86_VIDEO_OPENCHROME_DEPENDENCIES = \
|
||||||
|
xserver_xorg-server \
|
||||||
|
libdrm \
|
||||||
|
xlib_libX11 \
|
||||||
|
xlib_libXcomposite \
|
||||||
|
xlib_libXvMC \
|
||||||
|
xproto_fontsproto \
|
||||||
|
xproto_glproto \
|
||||||
|
xproto_randrproto \
|
||||||
|
xproto_renderproto \
|
||||||
|
xproto_xextproto \
|
||||||
|
xproto_xf86driproto \
|
||||||
|
xproto_xproto
|
||||||
|
|
||||||
XDRIVER_XF86_VIDEO_OPENCHROME_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
XDRIVER_XF86_VIDEO_OPENCHROME_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user