cinnamon ver. bump
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
|
||||
|
||||
from pisi.actionsapi import pythonmodules
|
||||
from pisi.actionsapi import pythonmodules, mesontools
|
||||
|
||||
def setup():
|
||||
pass
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
pass
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
pythonmodules.install(pyVer = '3')
|
||||
mesontools.install()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user