Commit graph

8 commits

Author SHA1 Message Date
obache
9e366cfe95 Add builtin detection for libXi (mainly for the case X11_TYPE=native but builtin
version is older than required version).
Set API_DEPENDS for required package for the case using libXi from pkgsrc,
same as specified to build this package.
2014-04-23 12:22:48 +00:00
wiz
7976743c62 Needs libXfixes now (PR 47721) 2013-04-06 08:18:01 +00:00
tnn
ee34f143e6 revert bl3.mk changes since there were problems with native X11. 2010-04-10 21:09:20 +00:00
tnn
dac96eecf4 Update to libXi-1.3.
Most notable change is that this brings XI2 support, matching
changes noted in the inputproto-2.0 update.
2010-04-09 08:46:32 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
joerg
3fd4054c21 Now that libX11 doesn't explicitly pull in inputproto, do it in libXi. 2007-01-23 21:15:08 +00:00
joerg
68ff4729c6 First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
2006-11-05 16:55:28 +00:00
joerg
9e03792006 Import libXi-1.0.0 from pkgsrc:
This package contains the Xi extension. This is the X Input extension
library.

This is part of the X Libraries and Protocol Headers Project at
freedesktop.org.
2006-11-03 18:24:38 +00:00