Gentoo Archives: gentoo-desktop

From: "Michał Górny" <mgorny@g.o>
To: gentoo-desktop@l.g.o
Cc: x11@g.o
Subject: [gentoo-desktop] First steps into X11 global multilib
Date: Sun, 20 Jan 2013 19:07:21
Message-Id: 1358708908-20141-1-git-send-email-mgorny@gentoo.org
1 Hello,
2
3 A quick patch to xorg-2.eclass to support enabling multilib on packages
4 and a few example conversions to prove the point. I'd some feedback
5 before I continue with the packages.
6
7 In order to test those packages, you need a few patches to the gx86
8 eclasses, namely:
9
10 - http://article.gmane.org/gmane.linux.gentoo.devel/82764
11 - http://article.gmane.org/gmane.linux.gentoo.devel/83083 (optional)
12 - https://453206.bugs.gentoo.org/attachment.cgi?id=336232
13
14 I had to move two xproto .pc files to /usr/share/pkgconfig to get them
15 found by configure scripts. I checked the relevant packages whether
16 the installed includes are the same for amd64+x86 but I don't know if
17 there can be a case when they are different.
18
19 If there is, we will have to make the packages support multilib and use
20 a custom header install location on other ABIs. In any case, it can
21 be fixed in the future.

Replies