diff options
author | Martin Stransky <stransky@anakreon.cz> | 2016-04-25 20:46:34 +0200 |
---|---|---|
committer | Martin Stransky <stransky@anakreon.cz> | 2016-04-25 20:46:34 +0200 |
commit | bb0698c6665c963478da0b8a775aa85f390671d2 (patch) | |
tree | 927ae4acfd32d852d83e26fd69806b2efa3c30c5 | |
parent | build fix (diff) | |
download | librewolf-fedora-ff-bb0698c6665c963478da0b8a775aa85f390671d2.tar.gz librewolf-fedora-ff-bb0698c6665c963478da0b8a775aa85f390671d2.tar.bz2 librewolf-fedora-ff-bb0698c6665c963478da0b8a775aa85f390671d2.zip |
Don't use libvpx on F23
-rw-r--r-- | firefox.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 7dbefa2..65ec592 100644 --- a/firefox.spec +++ b/firefox.spec @@ -12,7 +12,7 @@ %define system_cairo 0 # Use system libvpx? -%if 0%{?fedora} > 22 +%if 0%{?fedora} > 23 %define system_libvpx 1 %else %define system_libvpx 0 |