mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
package: fixup after pthred-stubs rename
Commit 5bd41d165 (pthread-stubs: rename to xlib_libpthread-stubs) renamed the pthread-stubs package but forgot to update the select statements. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
d7dde090f4
commit
698cd0a0f4
@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBDRM
|
|||||||
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
select BR2_PACKAGE_XLIB_LIBXXF86VM
|
||||||
select BR2_PACKAGE_XLIB_LIBXMU
|
select BR2_PACKAGE_XLIB_LIBXMU
|
||||||
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
select BR2_PACKAGE_XPROTO_DRI2PROTO
|
||||||
select BR2_PACKAGE_PTHREAD_STUBS
|
select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
|
||||||
# libatomic_ops is only available on a subset of the supported
|
# libatomic_ops is only available on a subset of the supported
|
||||||
# architectures, and we make the assumption that the intel
|
# architectures, and we make the assumption that the intel
|
||||||
# driver can only be used on x86 and x86_64 machines.
|
# driver can only be used on x86 and x86_64 machines.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
config BR2_PACKAGE_LIBXCB
|
config BR2_PACKAGE_LIBXCB
|
||||||
bool "libxcb"
|
bool "libxcb"
|
||||||
select BR2_PACKAGE_PTHREAD_STUBS
|
select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
|
||||||
select BR2_PACKAGE_XCB_PROTO
|
select BR2_PACKAGE_XCB_PROTO
|
||||||
select BR2_PACKAGE_XLIB_LIBXDMCP
|
select BR2_PACKAGE_XLIB_LIBXDMCP
|
||||||
select BR2_PACKAGE_XLIB_LIBXAU
|
select BR2_PACKAGE_XLIB_LIBXAU
|
||||||
|
Loading…
x
Reference in New Issue
Block a user