Page MenuHomeSolus

cockatrice
Closed, ResolvedPublic

Description

Cockatrice is an open-source multiplatform software for playing card games, such as Magic: The Gathering, over a network. It is fully client-server based to prevent any kind of cheating, though it supports single-player games without a network interface as well. Both client and server are written in Qt, supporting both Qt4 and Qt5.

Related Objects

Duplicates Merged Here
T1288: Cockatrice

Event Timeline

JoshStrobl triaged this task as Normal priority.Oct 11 2016, 5:01 PM
JoshStrobl moved this task from Backlog to Awaiting Fixes on the Patch Submission board.
JoshStrobl added a subscriber: JoshStrobl.
  1. mesalib-devel has a pkgconfig, please pick one from eopkg info mesalib-devel please.
  2. Any reason for -DBUILD_SHARED_LIBS:BOOL=OFF? If they offer shared libs, surely we should offer them.

Ah, duh. I didn't think to dig through the pkgconfigs. The error from cmake was looking for GL/gl.h. I changed the dependency to pkgconfig(gl).

-DBUILD_SHARED_LIBS didn't make a difference, so I removed it.

JoshStrobl moved this task from Awaiting Fixes to Ready For Merge on the Patch Submission board.

LGTM. Thanks for the fixes!