mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
build: Fix autopoint dependency on F15
Fedora moved autopoint once again, it's now in gettext-devel ...
This commit is contained in:
parent
0055cabc62
commit
ab9f21351f
1 changed files with 3 additions and 1 deletions
|
|
@ -125,8 +125,10 @@ if test "x$system" = xFedora ; then
|
|||
sqlite-devel libgudev1-devel lcms2-devel sane-backends-devel
|
||||
"
|
||||
|
||||
if expr $version \>= 14 > /dev/null ; then
|
||||
if expr $version = 14 > /dev/null ; then
|
||||
reqd="$reqd gettext-autopoint"
|
||||
elif expr $version \>= 15 > /dev/null ; then
|
||||
reqd="$reqd gettext-devel"
|
||||
fi
|
||||
|
||||
for pkg in $reqd ; do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue