Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
467cdf44
Commit
467cdf44
authored
Oct 06, 2002
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch for using libgpewidget library for full GPE support.
parent
e9f8a6b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
ipkg/gpe-configure.in.patch
ipkg/gpe-configure.in.patch
+26
-0
No files found.
ipkg/gpe-configure.in.patch
0 → 100644
View file @
467cdf44
--- configure.in Fri Oct 4 13:45:02 2002
+++ configure.gpe.in Sun Oct 6 22:24:16 2002
@@ -1508,6 +1508,23 @@
PLUGINS="${PLUGINS} familiar"
NEED_GTK_MAIN=yes
fi
+ GPE_PATH=".."
+ AC_ARG_WITH(gpe,
+ [ --with-gpe=PATH gpe path (default search in \$PATH)],
+ [ if test "x${with_gpe}" != "xno"
+ then
+ GPE_PATH="${with_gpe}:${PATH}"
+ fi ])
+ ac_cv_gpe_headers=yes
+ AC_CHECK_HEADERS(gpe/init.h, , [
+ ac_cv_gpe_headers=no
+ echo "Cannot find gpe development headers."
+ ])
+ if test "x${ac_cv_gtk_headers}" = "xyes"
+ then
+ familiar_CFLAGS="${familiar_CFLAGS} -I${GPE_PATH}/libgpewidget"
+ familiar_LDFLAGS="${familiar_LDFLAGS} -L${GPE_PATH}/libgpewidget -lgpewidget"
+ fi
CPPFLAGS="${save_CPPFLAGS}"
fi
fi
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