Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
59b38619
Commit
59b38619
authored
Nov 15, 2011
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: SDL_image: add missing dependencies to .pc file
parent
0d23c1c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
contrib/src/SDL_image/pkg-config.patch
contrib/src/SDL_image/pkg-config.patch
+9
-0
contrib/src/SDL_image/rules.mak
contrib/src/SDL_image/rules.mak
+1
-0
No files found.
contrib/src/SDL_image/pkg-config.patch
0 → 100644
View file @
59b38619
--- SDL_image/SDL_image.pc.in.orig 2011-11-15 10:34:23.504770604 -0500
+++ SDL_image/SDL_image.pc.in 2011-11-15 10:34:39.924852030 -0500
@@ -8,5 +8,6 @@
Version: @VERSION@
Requires: sdl >= @SDL_VERSION@
Libs: -L${libdir} -lSDL_image
+Libs.private: -ljpeg -ltiff -lpng -lz
Cflags: -I${includedir}/SDL
contrib/src/SDL_image/rules.mak
View file @
59b38619
...
...
@@ -16,6 +16,7 @@ $(TARBALLS)/SDL_image-$(SDL_IMAGE_VERSION).tar.gz:
SDL_image
:
SDL_image-$(SDL_IMAGE_VERSION).tar.gz .sum-SDL_image
$(UNPACK)
$(APPLY)
$(SRC)
/SDL_image/SDL_image.patch
$(APPLY)
$(SRC)
/SDL_image/pkg-config.patch
$(MOVE)
DEPS_SDL_image
=
png
$(DEPS_png)
jpeg
$(DEPS_jpeg)
tiff
$(DEPS_tiff)
\
...
...
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