aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis J Bezault <curtbezault@gmail.com>2019-08-16 13:30:37 -0700
committerGitHub <noreply@github.com>2019-08-16 13:30:37 -0700
commitdd8e95af87949680f19289a6b3ac6882bf139c54 (patch)
tree21da7ed37db180bae3b08c4d0864efdb795aacdf
parenta3135b7c8679a1f7142cebd2ceccfce4623c5751 (diff)
parent879a7fafd7018895825f5190d6cf0cf11f2e15da (diff)
downloadvcpkg-dd8e95af87949680f19289a6b3ac6882bf139c54.tar.gz
vcpkg-dd8e95af87949680f19289a6b3ac6882bf139c54.zip
Merge pull request #7729 from cskrisz/patch-2
[sfml] Fix system package dependencies on Ubuntu
-rw-r--r--ports/sfml/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sfml/portfile.cmake b/ports/sfml/portfile.cmake
index a4c0d89c4..2281d5ac3 100644
--- a/ports/sfml/portfile.cmake
+++ b/ports/sfml/portfile.cmake
@@ -16,7 +16,7 @@ file(WRITE ${SOURCE_PATH}/extlibs/libs/x "")
file(REMOVE_RECURSE ${SOURCE_PATH}/cmake/Modules/FindFreetype.cmake)
if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
- message("SFML currently requires the following libraries from the system package manager:\n libudev\n libx11\n libxrandr\n opengl\n\nThese can be installed on Ubuntu systems via apt-get install libx11-dev libxrandr-dev libxi-dev libudev-dev mesa-common-dev")
+ message("SFML currently requires the following libraries from the system package manager:\n libudev\n libx11\n libxrandr\n opengl\n\nThese can be installed on Ubuntu systems via apt-get install libx11-dev libxrandr-dev libxi-dev libudev-dev libgl1-mesa-dev")
endif()
vcpkg_configure_cmake(