Magellan Linux

Annotation of /branches/R11-unstable/extras/libX11/libX11-1.6.7-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 32615 - (hide annotations) (download)
Mon Apr 29 13:16:17 2019 UTC (5 years ago) by niro
File size: 772 byte(s)
-release branches/R11-unstable
1 niro 31725 # $Id$
2    
3     PNAME="libX11"
4     PVER="1.6.7"
5     PBUILD="r1"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="LibX11 is the main X11 library containing all the client-side code to access the X11 windowing system."
10     HOMEPAGE="http://xorg.freedesktop.org"
11    
12     # xproto/kbproto runtime dep to satisfy builds against libX11
13     DEPEND=">= x11-libs/libXau-1
14     >= x11-libs/libXdmcp-1.1
15     >= x11-libs/libxcb-1.11
16     >= virtual/kbproto
17     >= virtual/xproto"
18    
19     SDEPEND=">= x11-libs/xtrans-1
20     >= virtual/xf86bigfontproto
21     >= virtual/bigreqsproto
22     >= virtual/xextproto
23     >= virtual/xcmiscproto
24     >= virtual/inputproto"
25    
26     sminclude xorg multilib mbuild
27    
28     src_compile()
29     {
30     # xorg_src_configure --enable-ipv6 || die
31     # fixes multilib loops
32     mconfigure --prefix=${X11_DIR} --enable-ipv6 --with-xcb --disable-specs || die
33     mmake || die
34     }