Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
bff2424d
Commit
bff2424d
authored
Jul 02, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add xcb and update it
parent
a62a3ce0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
+44
-0
contrib/src/xcb/SHA512SUMS
contrib/src/xcb/SHA512SUMS
+1
-0
contrib/src/xcb/rules.mak
contrib/src/xcb/rules.mak
+43
-0
No files found.
contrib/src/xcb/SHA512SUMS
0 → 100644
View file @
bff2424d
d48cbd2a738ee8cc57fad954360fde8ccff3b9a2bf6bfa56459197b7b965f2b94ccd863dbbb6917e80ff3f324f41938e5745f2fa4a2168659fa4b96df23f7ded libxcb-1.7.tar.bz2
contrib/src/xcb/rules.mak
0 → 100644
View file @
bff2424d
# X protocol C language Bindings
XCB_VERSION
:=
1.7
XCB_URL
:=
http://xcb.freedesktop.org/dist/libxcb-
$(XCB_VERSION)
.tar.bz2
$(TARBALLS)/libxcb-$(XCB_VERSION).tar.bz2
:
$(
call
download,
$(XCB_URL)
)
.sum-xcb
:
libxcb-$(XCB_VERSION).tar.bz2
libxcb
:
libxcb-$(XCB_VERSION).tar.bz2 .sum-xcb
$(UNPACK)
$(MOVE)
XCBCONF
:=
\
--enable-composite
\
--disable-damage
\
--disable-dpms
\
--disable-dri2
\
--disable-glx
\
--enable-randr
\
--disable-render
\
--disable-resource
\
--disable-screensaver
\
--disable-shape
\
--enable-shm
\
--disable-sync
\
--disable-xevie
\
--disable-xfixes
\
--disable-xfree86-dri
\
--disable-xinerama
\
--disable-xinput
\
--disable-xprint
\
--disable-selinux
\
--disable-xtest
\
--enable-xv
\
--disable-xvmc
\
$(HOSTCONF)
.xcb
:
libxcb
cd
$<
&&
$(HOSTVARS)
./configure
$(XCBCONF)
cd
$<
&&
$(MAKE)
install
touch
$@
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment