Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
b51afca9
Commit
b51afca9
authored
Mar 25, 2010
by
Christophe Mutricy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Installing KDE4 solid files.
Closes #3436
parent
8d9710a1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
1 deletion
+27
-1
configure.ac
configure.ac
+17
-0
share/Makefile.am
share/Makefile.am
+10
-1
No files found.
configure.ac
View file @
b51afca9
...
...
@@ -4425,6 +4425,23 @@ AS_IF([test "${ac_cv_c_bigendian}" = "yes"], [
])
AC_SUBST(DEFS_BIGENDIAN)
dnl
dnl Where to install KDE solid .desktop
dnl
AC_ARG_WITH(kde-solid,
AS_HELP_STRING([--with-kde-solid=PATH],[KDE Solid action directory (auto)]))
AS_IF([test "${with_kde_solid}" != "no"],[
AS_IF([test -z "${with_kde_solid}"],[
AS_IF([which kde4-config],[
with_kde_solid="`kde4-config --install data`/solid/actions/"
])
])
],[
with_kde_solid=''
])
AC_SUBST(soliddatadir,[${with_kde_solid}])
AM_CONDITIONAL(KDE_SOLID, [test -n ${with_kde_solid}])
dnl
dnl DLL loader copied from MPlayer copied from somewhere else (WINE ?)
dnl
...
...
share/Makefile.am
View file @
b51afca9
...
...
@@ -34,7 +34,8 @@ EXTRA_DIST = \
$(DIST_lua)
\
$(DIST_osdmenu_default)
\
$(DIST_mozilla)
\
$(DIST_maemo)
$(DIST_maemo)
\
$(DIST_solid)
nobase_vlcdata_DATA
=
if
BUILD_SKINS
...
...
@@ -55,6 +56,9 @@ endif
if
BUILD_HILDON
nobase_vlcdata_DATA
+=
$(DIST_maemo)
$(maemo_FILES)
endif
if
KDE_SOLID
soliddata_DATA
=
$(DIST_solid)
endif
DIST_rsrc
=
\
newres.h
\
...
...
@@ -390,3 +394,8 @@ DIST_maemo = \
maemo_FILES
=
\
vlc32x32.png
DIST_solid
=
\
solid/vlc-opencda.desktop
\
solid/vlc-opendvd.desktop
\
solid/vlc-openvcd.dekstop
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