fix build, add gtk2-devel

This commit is contained in:
Ertuğrul Erata
2016-01-02 08:19:20 +02:00
parent 8578b6e5d8
commit e8b247d221
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -13,6 +13,8 @@ WorkDir = "mmm-mode-%s" % get.srcVERSION()
def setup():
autotools.configure("--with-emacs \
--with-lispdir=/usr/share/emacs/site-lisp/mmm-mode")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+1
View File
@@ -15,6 +15,7 @@
<Archive sha1sum="816a5f32ccd79c7391a9e2aa1f0c57699ca9325e" type="targz">mirrors://sourceforge/mmm-mode/mmm-mode-0.5.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>emacs</Dependency>
<Dependency>gtk2-devel</Dependency>
</BuildDependencies>
</Source>