summaryrefslogtreecommitdiffstats
path: root/package/libdrm
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-01-02 01:26:38 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-05 13:26:14 +0100
commit5bd41d165e12a2e3e5b776cb4079077cac995bfc (patch)
treef041cd5a9391e73d98e331c69fab6cb65dcd5889 /package/libdrm
parent1a18a456f223562446c0ea2364109a05faae1bc1 (diff)
downloadbuildroot-novena-5bd41d165e12a2e3e5b776cb4079077cac995bfc.tar.gz
buildroot-novena-5bd41d165e12a2e3e5b776cb4079077cac995bfc.zip
pthread-stubs: rename to xlib_libpthread-stubs
In upstream X.org releases, pthread-stubs is named libpthread-stubs, so for consistency reasons, we rename the Buildroot package accordingly. Also, while we're at it, we add a xlib_ prefix to the package to match other X.org libraries in Buildroot. The necessary Config.in.legacy code is added to ensure that users having .config files using the old configuration option name get a warning. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/libdrm')
-rw-r--r--package/libdrm/libdrm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libdrm/libdrm.mk b/package/libdrm/libdrm.mk
index fbfc95ece..4ccfa522f 100644
--- a/package/libdrm/libdrm.mk
+++ b/package/libdrm/libdrm.mk
@@ -14,7 +14,7 @@ LIBDRM_DEPENDENCIES = \
xlib_libXxf86vm \
xlib_libXmu \
xproto_dri2proto \
- pthread-stubs \
+ xlib_libpthread-stubs \
host-pkgconf
ifeq ($(BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL),y)