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
e35669e5
Commit
e35669e5
authored
Nov 23, 2009
by
Rémi Duraffort
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
skins2: fix linking in OpenBSD (the X11 os factory must be use for linux and OpenBSD at least).
parent
60259082
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
configure.ac
configure.ac
+1
-0
modules/gui/skins2/Modules.am
modules/gui/skins2/Modules.am
+1
-1
No files found.
configure.ac
View file @
e35669e5
...
@@ -412,6 +412,7 @@ AM_CONDITIONAL(HAVE_LINUX, [test "${SYS}" = "linux"])
...
@@ -412,6 +412,7 @@ AM_CONDITIONAL(HAVE_LINUX, [test "${SYS}" = "linux"])
AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
AM_CONDITIONAL(HAVE_WIN32, test "${SYS}" = "mingw32")
AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
AM_CONDITIONAL(HAVE_WINCE, test "${SYS}" = "mingwce")
AM_CONDITIONAL(USE_PEFLAGS, [test "${enable_peflags}" = "yes"])
AM_CONDITIONAL(USE_PEFLAGS, [test "${enable_peflags}" = "yes"])
AM_CONDITIONAL(USE_X11_FOR_SKINS2, [case "${SYS}" in linux*|openbsd*) true;; *) false;; esac])
dnl
dnl
dnl Sadly autoconf doesn't think about testing foo.exe when ask to test
dnl Sadly autoconf doesn't think about testing foo.exe when ask to test
...
...
modules/gui/skins2/Modules.am
View file @
e35669e5
...
@@ -211,7 +211,7 @@ SOURCES_skins2 += \
...
@@ -211,7 +211,7 @@ SOURCES_skins2 += \
$(NULL)
$(NULL)
endif
endif
if
HAVE_LINUX
if
USE_X11_FOR_SKINS2
SOURCES_skins2 += \
SOURCES_skins2 += \
x11/x11_display.cpp \
x11/x11_display.cpp \
x11/x11_display.hpp \
x11/x11_display.hpp \
...
...
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