From mboxrd@z Thu Jan 1 00:00:00 1970
From: bugzilla-daemon@freedesktop.org
Subject: [Bug 76320] New: libpciaccess seems to require xorg-macros for no
reason
Date: Tue, 18 Mar 2014 14:02:37 +0000
Message-ID:
Priority
medium
Bug ID
76320
Assignee
dri-devel@lists.freedesktop.org
Summary
libpciaccess seems to require xorg-macros for no reason
Severity
normal
Classification
Unclassified
OS
All
Reporter
kallisti5@unixzen.com
Hardware
Other
Status
NEW
Version
XOrg CVS
Component
libdrm
Product
DRI
Looking at libpciaccess, the configure.ac seems to require xorg-macros when it
is not needed in any way shape or form. Removing the xorg-macros still results
in a functioning build.
I did have to disable the man pages, this may not be related though:
make[2]: Entering directory `/home/e1529750/Code/libpciaccess-0.13.2/man'
/bin/sed < scanpci.man > scanpci.
Usage: /bin/sed [OPTION]... {script-only-if-no-other-script} [input-file]...
-n, --quiet, --silent
suppress automatic printing of pattern space
Mentioning this as libdrm is supposed to not rely on xorg to function, but it
relies on libpciaccess which requires xorg-macros.