Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC Browser Plugins
Manage
Activity
Members
Labels
Plan
Issues
26
Issue boards
Milestones
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC Browser Plugins
Commits
a6331800
Commit
a6331800
authored
6 months ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
configure: add the Debian libwine path for stdole2.tlb
parent
4ea81023
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
fix build with bookworm wine
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
configure.ac
+5
-0
5 additions, 0 deletions
configure.ac
with
5 additions
and
0 deletions
configure.ac
+
5
−
0
View file @
a6331800
...
...
@@ -146,6 +146,11 @@ AS_IF([test "${SYS}" = "mingw32"],[
AS_IF([$WIDL $WIDLFLAGS -L. -t /dev/null 2>/dev/null],[
AC_MSG_RESULT([yes])
HAS_WIDL_DASH_L=yes
# path of stdole2.tlb in Debian libwine
AS_IF([test -d /usr/lib/${build_cpu}-${build_os}/wine/${host_cpu}-windows],[
WIDLFLAGS="${WIDLFLAGS} -L/usr/lib/${build_cpu}-${build_os}/wine/${host_cpu}-windows"
])
],[
AC_MSG_RESULT([no])
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment