This repository has been archived by the owner on Sep 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxcb, xcb-proto: Sync up + do not link to libXdmcp
- Loading branch information
1 parent
16944b3
commit a1c0b56
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
./configure --prefix="$PREFIX" | ||
XDMCP_CFLAGS=-fwe-do-not-want-xdmcp XDMCP_LIBS="-L/tmp/does-not-exist -ldoes-not-exist" \ | ||
./configure --prefix="$PREFIX" | ||
make | ||
make install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,23 @@ | ||
package: | ||
name: libxcb | ||
version: 1.11.1 | ||
version: 1.12 | ||
|
||
source: | ||
fn: libxcb-1.11.1.tar.bz2 | ||
url: http://xcb.freedesktop.org/dist/libxcb-1.11.1.tar.bz2 | ||
md5: f97a65e6158775de518ac391935634c2 | ||
fn: libxcb-1.12.tar.bz2 | ||
url: http://xcb.freedesktop.org/dist/libxcb-1.12.tar.bz2 | ||
md5: 28e552bd78bc1050b6b26ca1db0e5bb6 | ||
|
||
build: | ||
number: 1 | ||
|
||
requirements: | ||
build: | ||
- python | ||
- python 2.7.* | ||
- pthread-stubs | ||
- xcb-proto | ||
|
||
about: | ||
home: http://xcb.freedesktop.org/ | ||
license: MIT | ||
|
||
license_file: COPYING | ||
summary: "This is the C-language Bindings package to the X Window System protocol" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
package: | ||
name: xcb-proto | ||
version: 1.11 | ||
version: 1.12 | ||
|
||
source: | ||
fn: xcb-proto-1.11.tar.bz2 | ||
url: http://xcb.freedesktop.org/dist/xcb-proto-1.11.tar.bz2 | ||
md5: 6bf2797445dc6d43e9e4707c082eff9c | ||
fn: xcb-proto-1.12.tar.bz2 | ||
url: http://xcb.freedesktop.org/dist/xcb-proto-1.12.tar.bz2 | ||
md5: 14e60919f859560f28426a685a555962 | ||
|
||
requirements: | ||
build: | ||
- python | ||
- python 2.7.* | ||
|
||
test: | ||
commands: | ||
- test -f $PREFIX/lib/pkgconfig/xcb-proto.pc | ||
- test -d $PREFIX/lib/python2.7/site-packages/xcbgen | ||
|
||
about: | ||
home: http://xcb.freedesktop.org/ | ||
license: MIT | ||
summary: protocol descriptions that libxcb uses to generate the majority of its code |