Fixed name of opengl package. I thought this was committed already!
[cl-glfw/jecs.git] / cl-glfw-glu-version_1_1.asd
blob9896766bf27c973a76963121ed719e69a05d451d
1 (defpackage #:cl-glfw-glu-version_1_1-system
2   (:use #:asdf #:cl))
4 (in-package #:cl-glfw-glu-version_1_1-system)
5  
6 (defsystem "cl-glfw-glu-version_1_1"
7   :description "Common Lisp bindings for GLFW - GLU 1.1 Extension Package"
8   :version "0.1"
9   :author "William Robinson <airbaggins@users.sf.net>"
10   :licence "Public Domain"
11   :depends-on ("cl-glfw")
12   :components ((:module "lib" :components ((:file "glu-version_1_1")))))