| OLD | NEW |
| (Empty) |
| 1 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved. | |
| 2 # Use of this source code is governed by a BSD-style license that can be | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 Source: khronos-egl-2.0 | |
| 6 Section: libdevel | |
| 7 Priority: extra | |
| 8 Maintainer: The Chromium OS Authors <chromium-os-dev@googlegroups.com> | |
| 9 Build-Depends: debhelper (>= 7.3.0), dh-chromeos, scons | |
| 10 Standards-Version: 3.8.0 | |
| 11 | |
| 12 Package: libkhronos-egl-2.0 | |
| 13 Architecture: armel | |
| 14 Description: Khronos OpenGL ES 2.0 shared library | |
| 15 Run-time Khronos OpenGL ES 2.0 library. | |
| 16 | |
| 17 Package: libkhronos-egl-2.0-dev | |
| 18 Architecture: armel | |
| 19 Depends: libkhronos-egl-2.0 (= ${binary:Version}) | |
| 20 Description: Khronos OpenGL ES 2.0 headers | |
| 21 Files for Khronos OpenGL ES 2.0 development. | |
| OLD | NEW |