desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #145442
[Bug 1509907] Re: FTBFS Due to typo in xmir.patch
*** This bug is a duplicate of bug 1509005 ***
https://bugs.launchpad.net/bugs/1509005
** This bug has been marked a duplicate of bug 1509005
[regression] mir-client-platform-mesa-dev pkg-config file dropped
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1509907
Title:
FTBFS Due to typo in xmir.patch
Status in xorg-server package in Ubuntu:
New
Bug description:
Xorg is FTBFS, atleast locally under sbuild (oddly the archive builder
did build ok when it was uploaded)
There is a typo in xmir.patch, PKG_CHECK_MODULES wants .pc file names,
not debian package names.
-+PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa-dev libdrm epoxy], [have_xmir=yes], [have_xmir=no])
++PKG_CHECK_MODULES(XMIRMODULES, [mirclient >= 0.13.1 mir-client-platform-mesa libdrm epoxy], [have_xmir=yes], [have_xmir=no])
I will include the fix in the debdiff over on bug 1237904
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1509907/+subscriptions
References