package: fixup after pthred-stubs rename
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 Jan 2013 10:16:23 +0000 (11:16 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 6 Jan 2013 10:16:23 +0000 (11:16 +0100)
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>
package/libdrm/Config.in
package/x11r7/libxcb/Config.in

index f3dab9a2c2e4506820082a08629a76e8dc8c5ab4..f1c3358c1cfac61e869e82fa9f7c4f7b9ee477e7 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_LIBDRM
        select BR2_PACKAGE_XLIB_LIBXXF86VM
        select BR2_PACKAGE_XLIB_LIBXMU
        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
        # architectures, and we make the assumption that the intel
        # driver can only be used on x86 and x86_64 machines.
index 9554529fc2df6e7ed7bf0a3294c0b442d5254484..1e1afb4cf7f187e5e872e4fd7b267f8980e72e13 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_LIBXCB
        bool "libxcb"
-       select BR2_PACKAGE_PTHREAD_STUBS
+       select BR2_PACKAGE_XLIB_LIBPTHREAD_STUBS
        select BR2_PACKAGE_XCB_PROTO
        select BR2_PACKAGE_XLIB_LIBXDMCP
        select BR2_PACKAGE_XLIB_LIBXAU