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
b331b69a
Commit
b331b69a
authored
Jul 05, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: add Xau
parent
0c777bee
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
contrib/src/xau/SHA512SUMS
contrib/src/xau/SHA512SUMS
+1
-0
contrib/src/xau/rules.mak
contrib/src/xau/rules.mak
+16
-0
contrib/src/xcb/rules.mak
contrib/src/xcb/rules.mak
+2
-0
No files found.
contrib/src/xau/SHA512SUMS
0 → 100644
View file @
b331b69a
0aabe5c52b02208ee5c4ebb189f425e0bac16d2aec9ab00347349312bbf02240fb3bd28c17232f98f88178dda1aed2b9a7f33cc8ec067065dd58526ca978c340 libXau-1.0.6.tar.bz2
contrib/src/xau/rules.mak
0 → 100644
View file @
b331b69a
XAU_VERSION
:=
1.0.6
ifeq
($(call need_pkg,"xau"),)
PKGS_FOUND
+=
xau
endif
.sum-xau
:
libXau-$(XAU_VERSION).tar.bz2
libxau
:
libXau-$(XAU_VERSION).tar.bz2 .sum-xau
$(UNPACK)
$(MOVE)
.xau
:
libxau
$(RECONF)
cd
$<
&&
$(HOSTVARS)
./configure
$(HOSTCONF)
--enable-xthreads
cd
$<
&&
$(MAKE)
install
contrib/src/xcb/rules.mak
View file @
b331b69a
...
...
@@ -42,6 +42,8 @@ XCBCONF := \
--disable-xvmc
\
$(HOSTCONF)
DEPS_xcb
=
xau
$(DEPS_xau)
.xcb
:
libxcb
cd
$<
&&
$(HOSTVARS)
./configure
$(XCBCONF)
cd
$<
&&
$(MAKE)
install
...
...
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