Skip to content

Commit

Permalink
x11 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Apr 25, 2019
1 parent 2a730d2 commit aa9aad4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ hunter_default_version(websocketpp VERSION 0.8.1-p0)
hunter_default_version(wt VERSION 4.0.4-p0)
hunter_default_version(wxWidgets VERSION 3.0.2)
hunter_default_version(wyrm VERSION 0.1.0)
hunter_default_version(x11 VERSION 1.5.0)
hunter_default_version(x11 VERSION 1.6.7)
hunter_default_version(x264 VERSION snapshot-20170420-2245)
hunter_default_version(xau VERSION 1.0.9)
hunter_default_version(xcb VERSION 1.13)
Expand Down
12 changes: 12 additions & 0 deletions cmake/projects/x11/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@ hunter_add_version(
8177535c9c59d8c3ab98d55ce53520b5737ccd1a
)

# https://www.x.org/releases/individual/lib/
hunter_add_version(
PACKAGE_NAME
x11
VERSION
"1.6.7"
URL
"https://www.x.org/releases/individual/lib/libX11-1.6.7.tar.bz2"
SHA1
5076f7853713d7db958a05f6fd1c18f7e111a0ad
)

hunter_configuration_types(x11 CONFIGURATION_TYPES Release)
hunter_pick_scheme(DEFAULT url_sha1_autotools)
set(x11_dependencies
Expand Down

0 comments on commit aa9aad4

Please sign in to comment.