diff options
author | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-26 14:47:52 -0400 |
---|---|---|
committer | Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> | 2013-03-26 14:47:52 -0400 |
commit | 3a59b8dd52c65ee9140491d6dd30731916ef91aa (patch) | |
tree | 6716c0917888a9be039ff0b45218a473cbc32b88 /debian/control | |
parent | 09c56ca779a8d5411633f9be426c2b534040e578 (diff) | |
download | qmenumodel-3a59b8dd52c65ee9140491d6dd30731916ef91aa.tar.gz qmenumodel-3a59b8dd52c65ee9140491d6dd30731916ef91aa.tar.bz2 qmenumodel-3a59b8dd52c65ee9140491d6dd30731916ef91aa.zip |
Move libgl-dev as an alternate Build-Depends to libgles2-mesa-dev.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5081063..e617788 100644 --- a/debian/control +++ b/debian/control @@ -14,8 +14,7 @@ Build-Depends: debhelper (>= 9.0.0), python3-gi, gir1.2-glib-2.0, dbus-test-runner, - libgles2-mesa-dev, - libgl-dev, + libgles2-mesa-dev | libgl-dev, Standards-Version: 3.9.3 # If you aren't a member of ~phablet-team but need to upload # packaging changes, just go ahead. ~phablet-team will notice |