diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:56:10 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-17 13:56:10 +0100 |
commit | 68f166074bba01ea4abb9575a5578d662103904f (patch) | |
tree | a5c4349eff7b3f456b3be39a8f79ee7266386522 /package/x11r7/libxcb | |
parent | e6cdced39937cdb4b171f3505cc208758c80dc2c (diff) |
package/x11r7: apply libtool patch where possible
Now that we have libtool-2.2.x patch support, we can get rid of a bunch
of _LIBTOOL_PATH = NO, fixing (potential) cross link issues.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/x11r7/libxcb')
-rw-r--r-- | package/x11r7/libxcb/libxcb.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/x11r7/libxcb/libxcb.mk b/package/x11r7/libxcb/libxcb.mk index 5b6a7ca74..a3c87d101 100644 --- a/package/x11r7/libxcb/libxcb.mk +++ b/package/x11r7/libxcb/libxcb.mk @@ -10,7 +10,6 @@ LIBXCB_SITE = http://xcb.freedesktop.org/dist/ LIBXCB_INSTALL_STAGING = YES LIBXCB_AUTORECONF = NO -LIBXCB_LIBTOOL_PATCH = NO LIBXCB_DEPENDENCIES = \ host-libxslt pthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \ host-xcb-proto host-python |