Browse Source

package/cog: mark for installation to the staging tree

The cog package includes libraries and headers, so installing it
to the staging tree allows having those available for development.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Adrian Perez de Castro 6 years ago
parent
commit
085165153a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      package/cog/cog.mk

+ 1 - 0
package/cog/cog.mk

@@ -6,6 +6,7 @@
 
 
 COG_VERSION = v0.2.0
 COG_VERSION = v0.2.0
 COG_SITE = $(call github,Igalia,cog,$(COG_VERSION))
 COG_SITE = $(call github,Igalia,cog,$(COG_VERSION))
+COG_INSTALL_STAGING = YES
 COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
 COG_DEPENDENCIES = dbus wpewebkit wpebackend-fdo
 COG_LICENSE = MIT
 COG_LICENSE = MIT
 COG_LICENSE_FILES = COPYING
 COG_LICENSE_FILES = COPYING