diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-03-15 12:29:22 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-03-16 14:10:59 +0000 |
commit | 46399e3dc089803862bc185aa81854b39fde00e7 (patch) | |
tree | 6d63bc7edc067a5009890b0c5088627511fad47e /Ports | |
parent | 23643cf21b5b102486e1501adccae708d9a1d4e6 (diff) | |
download | serenity-46399e3dc089803862bc185aa81854b39fde00e7.zip |
Ports: Disable SDL support for libmpeg2
We do not have a port of SDL.
Diffstat (limited to 'Ports')
-rwxr-xr-x | Ports/libmpeg2/package.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/libmpeg2/package.sh b/Ports/libmpeg2/package.sh index 39617ca0fa..4b15ca135c 100755 --- a/Ports/libmpeg2/package.sh +++ b/Ports/libmpeg2/package.sh @@ -4,5 +4,6 @@ version=0.5.1 useconfigure=true use_fresh_config_sub=true config_sub_path=.auto/config.sub +configopts=("--disable-sdl") files="https://libmpeg2.sourceforge.io/files/libmpeg2-${version}.tar.gz libmpeg2-${version}.tar.gz dee22e893cb5fc2b2b6ebd60b88478ab8556cb3b93f9a0d7ce8f3b61851871d4" auth_type=sha256 |